From 05a4c55d3905edccd15e8bccb476b395b21c570d Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 13 Dec 2021 21:41:29 +0000 Subject: [PATCH] Do not autocomment lines (vim) --- nvim/.config/nvim/fnl/modules/options.fnl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvim/.config/nvim/fnl/modules/options.fnl b/nvim/.config/nvim/fnl/modules/options.fnl index 35421be..201e9c0 100644 --- a/nvim/.config/nvim/fnl/modules/options.fnl +++ b/nvim/.config/nvim/fnl/modules/options.fnl @@ -34,3 +34,5 @@ (set nvim.wo.cursorline true) (set nvim.wo.signcolumn "yes") + +(nvim.command "autocmd FileType * setlocal formatoptions-=cro")