mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
1. For python and lua, rely on LSP for folding 2. show fold signs on the right of the number column
6 lines
156 B
VimL
6 lines
156 B
VimL
" Disable inserting comment leader after hitting o or O or <Enter>
|
|
set formatoptions-=o
|
|
set formatoptions-=r
|
|
|
|
nnoremap <buffer><silent> <F9> :luafile %<CR>
|