nil-ls => none-ls and stuff
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled

This commit is contained in:
Adam Bellinson
2025-04-07 18:41:26 -04:00
parent 3fc6fde51c
commit 37eb7073a1
5 changed files with 56 additions and 38 deletions

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",