disable auto-folding in vim-latex
This commit is contained in:
5
init.vim
5
init.vim
@@ -53,8 +53,9 @@ autocmd TermOpen * setlocal nospell nonumber norelativenumber
|
||||
nnoremap <silent> <tab> :if &modifiable && !&readonly && &modified <CR> :write<CR> :endif<CR>:bnext<CR>
|
||||
nnoremap <silent> <s-tab> :if &modifiable && !&readonly && &modified <CR> :write<CR> :endif<CR>:bprevious<CR>
|
||||
|
||||
" disable folding
|
||||
set nofoldenable
|
||||
" toggle folding in normal mode with <space>
|
||||
nnoremap <space> za
|
||||
nnoremap <S-space> zA
|
||||
|
||||
let &packpath = &runtimepath
|
||||
source ~/.config/nvim/plug.vim
|
||||
|
||||
Reference in New Issue
Block a user