summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/autocommands.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-05 18:55:04 -0400
committertriethyl <triethylammonium@pm.me>2025-08-05 18:55:04 -0400
commitd11d840d3e3df66ce3f778d185306a48ab5fdd83 (patch)
tree66fbdbcf516d0cafabfa7159e52220068aa73542 /pkgs/custom-neovim/config/lua/autocommands.lua
parent799aa93ad965ff3d3fbd1bf95cdc0fc6eccb2b90 (diff)
neovim: ton of stuff (sorry)
Diffstat (limited to 'pkgs/custom-neovim/config/lua/autocommands.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/autocommands.lua11
1 files changed, 5 insertions, 6 deletions
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,
+-- })