summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/options.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-03-18 16:23:22 -0400
committertriethyl <triethylammonium@pm.me>2026-03-18 16:23:22 -0400
commit26f9b43fec441b1c17a44daab12db1b20f57254b (patch)
tree13dc2bf5c5e60b6f226d7793604960e23c6e2073 /pkgs/custom-neovim/config/lua/options.lua
parent93b5c03ba84dc071deaf9951bff97d7edf01e4cc (diff)
neovim: tons of misc changes
Diffstat (limited to 'pkgs/custom-neovim/config/lua/options.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/options.lua2
1 files changed, 1 insertions, 1 deletions
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, })