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

@ -6,6 +6,7 @@ return {
"hrsh7th/cmp-nvim-lsp-signature-help",
{ "antosha417/nvim-lsp-file-operations", config = true },
{ "folke/neodev.nvim", opts = {} },
'j-hui/fidget.nvim',
},
config = function()
-- import lspconfig plugin

View file

@ -39,6 +39,7 @@ return {
"svelte",
"tailwindcss",
"tsserver",
"rust_analyzer",
},
})