nvim: Update rust-tools to rustaceanvim

Also other stuff
This commit is contained in:
2024-07-20 14:38:38 +02:00
parent 0e1f393379
commit 6e17c8f6a6
6 changed files with 224 additions and 27 deletions

View File

@ -22,12 +22,18 @@ require("lazy").setup({
-- refer to the configuration section below
}
},
{ 'rktjmp/fwatch.nvim' },
-- -- language server stuff
{'williamboman/mason.nvim' },
{'williamboman/mason-lspconfig.nvim' },
{'neovim/nvim-lspconfig' },
{'simrat39/rust-tools.nvim' },
{ 'williamboman/mason.nvim' },
{ 'williamboman/mason-lspconfig.nvim' },
{ 'neovim/nvim-lspconfig' },
{
'mrcjkb/rustaceanvim',
version = '^4',
lazy = false, -- This plugin is already lazy
},
{ 'mfussenegger/nvim-dap' },
-- -- nushell support
-- --use { 'LhKipp/nvim-nu', run = function() vim.fn[':TSInstall nu'] end} }