nvim: add some rust stuff and codecompanion

This commit is contained in:
Mark Riedesel 2024-09-07 12:24:20 -05:00
parent 4cec54dcf9
commit 42d31a8de1
11 changed files with 81 additions and 11 deletions

View file

@ -25,21 +25,22 @@ return {
-- ensure these language parsers are installed
ensure_installed = {
"json",
"javascript",
"typescript",
"tsx",
"yaml",
"html",
"bash",
"css",
"prisma",
"dockerfile",
"graphql",
"html",
"javascript",
"lua",
"markdown",
"markdown_inline",
"prisma",
"rust",
"svelte",
"graphql",
"bash",
"lua",
"tsx",
"typescript",
"vim",
"dockerfile",
"yaml",
"gitignore",
"query",
"vimdoc",