1
- " """[ vim-plug Configurations ]"""""""""""""""""""""""""""""""""""""""""""""""""""""""""
1
+ " """[ vim-plug Configurations ]"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
2
2
3
3
4
4
call plug#begin (stdpath (' data' ) . ' /plugged' )
@@ -28,8 +28,8 @@ Plug 'mechatroner/rainbow_csv'
28
28
" patterns and provides straight-forward configuration to manage the filetype detection
29
29
" rules over your preferred log files.
30
30
Plug ' fei6409/log-highlight.nvim'
31
- " Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and
32
- " higher) experience with minimal effort.
31
+ " Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher)
32
+ " experience with minimal effort.
33
33
Plug ' echasnovski/mini.nvim'
34
34
35
35
" Initialize plugin system
@@ -45,7 +45,7 @@ call plug#end()
45
45
" PlugSnapshot - Generate script for restoring the current snapshot of the plugins
46
46
47
47
48
- " """[ General Configurations ]"""""""""""""""""""""""""""""""""""""""""""""
48
+ " """[ General Configurations ]""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
49
49
50
50
51
51
" ""
@@ -59,7 +59,7 @@ set shiftwidth=4 " Number of spaces to use for each step of (auto)indent.
59
59
set softtabstop = 4 " Number of spaces that a <Tab> in the file counts for.
60
60
set endofline " Keep the last line of a file if it has no newline.
61
61
set fixendofline " Ensures a newline at the end of the file, if endofline is enabled.
62
- set colorcolumn = 88 " Set a colored line at column 88 in every row.
62
+ set colorcolumn = 92 " Set a colored line at column 88 in every row.
63
63
64
64
" " Filetype-specific configurations.
65
65
autocmd Filetype markdown,text,csv setlocal colorcolumn = 0
@@ -71,7 +71,7 @@ autocmd Filetype lua setlocal tabstop=3 shiftwidth=3 softtabstop=3
71
71
autocmd Filetype html,css,vue,javascript,typescript setlocal colorcolumn = 100 tabstop = 2 shiftwidth = 2 softtabstop = 2
72
72
73
73
74
- " """[ vim-plug Plugin Configurations ]""""""""""""""""""""""""""""""""""""""""""""""""""
74
+ " """[ vim-plug Plugin Configurations ]""""""""""""""""""""""""""""""""""""""""""""""""""""""
75
75
76
76
77
77
" Font: Power Line Font
0 commit comments