From f007697456845d53f7ceb5795f8ed062efbe007f Mon Sep 17 00:00:00 2001 From: kasshedi117 Date: Sun, 17 Sep 2023 03:02:37 +0200 Subject: [PATCH] Disable continuation of comments to the next line --- lua/theprimeagen/set.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/theprimeagen/set.lua b/lua/theprimeagen/set.lua index 18acbf18..3befe220 100644 --- a/lua/theprimeagen/set.lua +++ b/lua/theprimeagen/set.lua @@ -30,3 +30,4 @@ vim.opt.updatetime = 50 vim.opt.colorcolumn = "80" +vim.cmd([[autocmd BufEnter * set formatoptions-=o]])