ref(nvim): removed useless linters

This commit is contained in:
Léana 江 2023-11-12 11:00:47 +01:00 committed by Léana 江
parent e36ba1db12
commit 6bc3f23738
3 changed files with 7 additions and 9 deletions

View file

@ -66,13 +66,13 @@ require "lazy".setup {
-- LSP / DAP --
---------------
{
"neovim/nvim-lspconfig", -- (official) basic LSP Configuration & Plugins
"neovim/nvim-lspconfig", -- (official) basic LSP Configuration & Plugins
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
{ "j-hui/fidget.nvim", tag = "legacy" }, -- LSP Spinner
"folke/neodev.nvim", -- Additional lua configuration
"williamboman/mason.nvim", -- Automatically install LSPs to stdpath for neovim
"williamboman/mason-lspconfig.nvim", -- Interface between LSP and Mason
"WhoIsSethDaniel/mason-tool-installer.nvim", -- Linter and stuff
},
},
"mfussenegger/nvim-dap", -- DAP