Do not autocomment lines (vim)

This commit is contained in:
buffet 2021-12-13 21:41:29 +00:00
parent e589e30a1f
commit 05a4c55d39

View file

@ -34,3 +34,5 @@
(set nvim.wo.cursorline true)
(set nvim.wo.signcolumn "yes")
(nvim.command "autocmd FileType * setlocal formatoptions-=cro")