nvim: init.vim: Autoresize window
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
b304adcfdd
commit
9e7dcba80a
1 changed files with 2 additions and 0 deletions
|
@ -410,6 +410,8 @@ autocmd BufRead,BufNewFile */gstreamer-*/*.[ch] set et sw=2
|
|||
autocmd BufRead,BufNewFile */pulseaudio/*.[ch] set et sw=4 tw=128
|
||||
" Spell Checking
|
||||
autocmd BufRead,BufNewFile *.md,*.txt setlocal spell spelllang=en_uk
|
||||
" Automatically resize the window
|
||||
autocmd VimResized * wincmd =
|
||||
|
||||
" For swoop
|
||||
let g:swoopUseDefaultKeyMap = 0
|
||||
|
|
Loading…
Reference in a new issue