Use conform.nvim for fold-preserving formatting
This commit is contained in:
parent
855db2feee
commit
b1e951ef1d
5 changed files with 52 additions and 17 deletions
|
@ -3,3 +3,7 @@ map <silent> <buffer> <leader>cl :call jobstart(['codelines', '.'])<cr>
|
|||
|
||||
set tw=120
|
||||
set foldlevel=99
|
||||
|
||||
set foldmethod=indent
|
||||
"set foldmethod=expr
|
||||
"set foldexpr=nvim_treesitter#foldexpr()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue