add(nvim): mason tools

This commit is contained in:
Léana 江 2023-11-12 10:47:39 +01:00 committed by Léana 江
parent ba2a0432f5
commit e36ba1db12
3 changed files with 21 additions and 5 deletions

View file

@ -70,6 +70,7 @@ require "lazy".setup {
dependencies = {
"williamboman/mason.nvim", -- Automatically install LSPs to stdpath for neovim
"williamboman/mason-lspconfig.nvim",
"WhoIsSethDaniel/mason-tool-installer.nvim",
{ "j-hui/fidget.nvim", tag = "legacy" }, -- LSP Spinner
"folke/neodev.nvim", -- Additional lua configuration
},