diff options
author | June McEnroe <june@causal.agency> | 2018-02-04 16:34:06 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-02-04 16:34:06 -0500 |
commit | be23231514c4009c22c7a2c3851c5184fc45a0b2 (patch) | |
tree | f91973e9b9767ed819a6f7d7fe777781051b4145 | |
parent | Tweak colorscheme more (diff) | |
download | src-be23231514c4009c22c7a2c3851c5184fc45a0b2.tar.gz src-be23231514c4009c22c7a2c3851c5184fc45a0b2.zip |
Set cinoptions
-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 |