Skip to content

Commit

Permalink
feat(nvim): add eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiszamanidis committed Jul 1, 2024
1 parent 253ed7f commit 8a36e98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nvim/.config/nvim/after/plugin/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require("mason-null-ls").setup({
ensure_installed = {
"beautysh",
"codespell",
"eslint",
"eslint_d",
"prettier",
"google_java_format",
"black",
Expand All @@ -48,6 +48,7 @@ require("mason-lspconfig").setup({
"html",
"jsonls",
"tsserver",
"eslint",
"lua_ls",
"yamlls",
"bashls",
Expand Down

0 comments on commit 8a36e98

Please sign in to comment.