From e25c7b3be656a21a3298d961f547d09c8af76769 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 25 Apr 2024 10:12:27 -0400 Subject: [PATCH] eslint --- modules/home-manager/neovim/nvim/lua/plugins/lsp.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home-manager/neovim/nvim/lua/plugins/lsp.lua b/modules/home-manager/neovim/nvim/lua/plugins/lsp.lua index c90b61a..7ac7f22 100644 --- a/modules/home-manager/neovim/nvim/lua/plugins/lsp.lua +++ b/modules/home-manager/neovim/nvim/lua/plugins/lsp.lua @@ -92,5 +92,8 @@ return { }, } + -- eslint + require('lspconfig').eslint.setup({}) + end, }