feat: neovim - parinfer-rust

This commit is contained in:
Ryan Yin
2024-01-06 00:05:02 +08:00
parent 9ffdbfe068
commit aaef949c99
3 changed files with 5 additions and 2 deletions

View File

@@ -119,6 +119,11 @@ return {
vim.treesitter.language.register("scheme", "scm")
end,
},
{
"eraserhd/parinfer-rust",
build = "cargo build --release",
ft = { "scm", "scheme" },
},
-- Lua implementation of CamelCaseMotion, with extra consideration of punctuation.
{ import = "astrocommunity.motion.nvim-spider" },

View File

@@ -1,6 +1,5 @@
{pkgs, ...}: {
programs.helix = {
enable = true;
package = pkgs.helix;
};
}

View File

@@ -2,7 +2,6 @@
programs = {
neovim = {
enable = true;
package = pkgs.neovim;
defaultEditor = true;
viAlias = true;