term module created

This commit is contained in:
2026-07-14 01:37:45 +03:00
parent 5addd04152
commit e15b36801c
2 changed files with 5 additions and 0 deletions

4
lua/config/term.lua Normal file
View File

@ -0,0 +1,4 @@
vim.api.nvim_create_autocmd("TermOpen", {
pattern = "*",
command = "startinsert",
})