WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 29e1114978 - Show all commits

View file

@ -10,6 +10,6 @@ return function()
['<c-j>'] = {function()luasnip.jump(1) end}, ['<c-j>'] = {function()luasnip.jump(1) end},
['<c-k>'] = {function() luasnip.jump(-1) end} ['<c-k>'] = {function() luasnip.jump(-1) end}
} }
wk.register(snippet_mappings, {mode = "i"}) --wk.register(snippet_mappings, {mode = "i"})
wk.register(snippet_mappings, {mode = "s"}) --wk.register(snippet_mappings, {mode = "s"})
end end