move stuff to nix lol

This commit is contained in:
2026-02-20 00:32:10 +01:00
parent 166d152536
commit d9a2cb3e32
32 changed files with 3844 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
return {
'windwp/nvim-autopairs',
event = "InsertEnter",
config = true
-- use opts = {} for passing setup options
-- this is equivalent to setup({}) function
}