From 26f9b43fec441b1c17a44daab12db1b20f57254b Mon Sep 17 00:00:00 2001 From: triethyl Date: Wed, 18 Mar 2026 16:23:22 -0400 Subject: neovim: tons of misc changes --- pkgs/custom-neovim/config/lua/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/custom-neovim/config/lua/options.lua') diff --git a/pkgs/custom-neovim/config/lua/options.lua b/pkgs/custom-neovim/config/lua/options.lua index 76a6c8b..a41f904 100644 --- a/pkgs/custom-neovim/config/lua/options.lua +++ b/pkgs/custom-neovim/config/lua/options.lua @@ -60,4 +60,4 @@ vim.o.undofile = true -- Prevent Comments on Newlines -- c: wrap text to textwidth, r: add comment when pressing enter in insert mode, o: add comment when pressing o -vim.api.nvim_create_autocmd("BufEnter", { callback = function() vim.opt.formatoptions = vim.opt.formatoptions - { "c","r","o" } end, }) +vim.api.nvim_create_autocmd("BufEnter", { callback = function() vim.opt.formatoptions = vim.opt.formatoptions - { "c","r","o" } end, }) -- cgit v1.2.3