feat: autopairs, cursor restore and rename option (#15)
Add the nvim-autopairs so "'{[ characters will auto close.
Add AutoCmd to restore the cursor position when re-opening file.
Fix treesitter option name.
This commit is contained in:
parent
21072b364c
commit
48bbb7951d
5 changed files with 98 additions and 39 deletions
|
|
@ -13,6 +13,7 @@ _: {
|
|||
./plugins/cmp/cmp.nix
|
||||
./plugins/cmp/cmp-copilot.nix
|
||||
./plugins/cmp/lspkind.nix
|
||||
./plugins/cmp/autopairs.nix
|
||||
|
||||
# Snippets
|
||||
./plugins/snippets/luasnip.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue