removed automatic comment insertion

This commit is contained in:
ivarfatland
2024-03-14 02:51:19 +01:00
parent 6fb1fce69c
commit 6419875129
+1 -1
View File
@@ -91,7 +91,7 @@ vim.api.nvim_create_autocmd('TextYankPost', { -- Highlights yanked text.
end end
}) })
vim.o.exrc = true -- Allows project specific .nvim.lua config files. vim.o.exrc = true -- Allows project specific .nvim.lua config files.
vim.cmd [[ autocmd FileType * set formatoptions-=cro ]] -- Disable automatic comment.
local ensure_packer = function() local ensure_packer = function()