diff options
author | June McEnroe <programble@gmail.com> | 2018-02-04 16:34:06 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-04 16:34:06 -0500 |
commit | ed9ac85020a613ff33da72dc29f7ee29c78b9e7a (patch) | |
tree | a947bca6f1a20784d221818fd3fc7825fb5446ef /home | |
parent | Tweak colorscheme more (diff) | |
download | src-ed9ac85020a613ff33da72dc29f7ee29c78b9e7a.tar.gz src-ed9ac85020a613ff33da72dc29f7ee29c78b9e7a.zip |
Set cinoptions
Diffstat (limited to 'home')
-rw-r--r-- | home/.config/nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim index 80b40608..392786d6 100644 --- a/home/.config/nvim/init.vim +++ b/home/.config/nvim/init.vim @@ -7,7 +7,7 @@ command! W w command! Q q autocmd BufNewFile,BufRead *.asm,*.mac setfiletype nasm -set tabstop=8 expandtab shiftwidth=4 shiftround smartindent +set tabstop=8 expandtab shiftwidth=4 shiftround smartindent cinoptions=l1(sU1m1 set ignorecase smartcase inccommand=nosplit nmap <leader><leader> :nohlsearch<CR> set foldmethod=syntax foldlevel=99 |