neovim: add eslint in none-ls config

This commit is contained in:
2025-06-30 11:33:08 +03:00
parent 2fc1d9be3a
commit f2d897edbd
3 changed files with 12 additions and 24 deletions

View File

@@ -57,7 +57,9 @@ require("lazy").setup({
},
},
{ "nvimtools/none-ls.nvim" },
{ "nvimtools/none-ls.nvim", dependencies = {
"nvimtools/none-ls-extras.nvim",
} },
{
"kyazdani42/nvim-tree.lua",
@@ -74,5 +76,13 @@ require("lazy").setup({
{ "nvim-lualine/lualine.nvim" },
{ "b0o/SchemaStore.nvim" },
{ "nvzone/floaterm", dependencies = { "nvzone/volt" }, opts = {}, cmd = "FloatermToggle" },
{ "SyedAsimShah1/quick-todo.nvim", opts = {
keys = {
open = "<leader>t",
},
} },
},
})