mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
auto complate commond mode
This commit is contained in:
parent
7e4fa022a1
commit
3d6ab29195
4 changed files with 79 additions and 17 deletions
|
@ -7,6 +7,7 @@ vim.cmd([[
|
|||
autocmd BufWinEnter * :set formatoptions=croql
|
||||
autocmd BufWinEnter * :set textwidth=80
|
||||
autocmd BufWinEnter * :set colorcolumn=+1
|
||||
" autocmd BufWinEnter * :set nolazyredraw
|
||||
" autocmd BufWinEnter * :hi ColorColumn guibg=#1B2430 ctermbg=246
|
||||
autocmd FileType qf set nobuflisted
|
||||
augroup end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue