nil-ls => none-ls and stuff

This commit is contained in:
Adam Bellinson
2026-09-07 02:37:46 -04:00
committed by thread
parent 465246e0c9
commit f96bb5c9c7
5 changed files with 131 additions and 34 deletions
+14 -13
View File
@@ -5,17 +5,18 @@ local plugins = {
-- Override plugin definition options
{
"nvimtools/none-ls.nvim",
lazy = false,
config = function()
require "custom.configs.none-ls"
end,
},
{
"neovim/nvim-lspconfig",
dependencies = {
-- format & linting
{
"jose-elias-alvarez/null-ls.nvim",
config = function()
require "custom.configs.null-ls"
end,
},
},
dependencies = "nvimtools/none-ls.nvim",
config = function()
require "plugins.configs.lspconfig"
require "custom.configs.lspconfig"
@@ -40,10 +41,10 @@ local plugins = {
}),
},
{
"nvim-treesitter/nvim-treesitter",
opts = overrides.treesitter,
},
-- {
-- "nvim-treesitter/nvim-treesitter",
-- opts = overrides.treesitter,
-- },
{
"nvim-tree/nvim-tree.lua",