nvim: add some rust stuff and codecompanion
This commit is contained in:
parent
4cec54dcf9
commit
42d31a8de1
11 changed files with 81 additions and 11 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue