From d11d840d3e3df66ce3f778d185306a48ab5fdd83 Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 5 Aug 2025 18:55:04 -0400 Subject: neovim: ton of stuff (sorry) --- pkgs/custom-neovim/config/lua/autocommands.lua | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'pkgs/custom-neovim/config/lua/autocommands.lua') diff --git a/pkgs/custom-neovim/config/lua/autocommands.lua b/pkgs/custom-neovim/config/lua/autocommands.lua index d3e3835..1c2b3ae 100644 --- a/pkgs/custom-neovim/config/lua/autocommands.lua +++ b/pkgs/custom-neovim/config/lua/autocommands.lua @@ -1,9 +1,8 @@ -- Autocommands -- start terminal in insert mode -vim.api.nvim_create_autocmd("TermOpen", { - callback = function() - vim.cmd "startinsert!" - end, -}) - +-- vim.api.nvim_create_autocmd("TermOpen", { +-- callback = function() +-- vim.cmd "startinsert!" +-- end, +-- }) -- cgit v1.2.3