mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
add line hight
This commit is contained in:
parent
64fd286322
commit
1bfec1713f
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ vim.cmd([[
|
|||
autocmd FileType qf,help,man,lspinfo nnoremap <silent> <buffer> q :close<CR>
|
||||
autocmd TextYankPost * silent!lua require('vim.highlight').on_yank({higroup = 'Visual', timeout = 200})
|
||||
autocmd BufWinEnter * :set formatoptions=croql
|
||||
autocmd BufWinEnter * :set textwidth=80
|
||||
autocmd BufWinEnter * :set colorcolumn=+1
|
||||
" 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