mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
ref(nvim): removed useless linters
This commit is contained in:
parent
e36ba1db12
commit
6bc3f23738
3 changed files with 7 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue