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
|
@ -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
|
||||
|
|
|
@ -39,6 +39,7 @@ return {
|
|||
"svelte",
|
||||
"tailwindcss",
|
||||
"tsserver",
|
||||
"rust_analyzer",
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue