diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-02 21:04:09 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-02 23:12:59 -0400 |
| commit | fb01120809379948eae622b6fa266b4cdb51c3a9 (patch) | |
| tree | 29256ad70ee6504ce450a0e1cb8790063156192c /pkgs/custom-neovim/config/lua/autocommands.lua | |
| parent | b59291b870bc7f54bf4831496665c3202b7bc3cd (diff) | |
neovim: bunch of stuff
Diffstat (limited to 'pkgs/custom-neovim/config/lua/autocommands.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/autocommands.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/autocommands.lua b/pkgs/custom-neovim/config/lua/autocommands.lua index 5780482..d3e3835 100644 --- a/pkgs/custom-neovim/config/lua/autocommands.lua +++ b/pkgs/custom-neovim/config/lua/autocommands.lua @@ -6,3 +6,4 @@ vim.api.nvim_create_autocmd("TermOpen", { vim.cmd "startinsert!" end, }) + |
