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" },