diff --git a/home/neovim.nix b/home/neovim.nix index 18bb8886..bbd596ed 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -257,6 +257,7 @@ in } } lspconfig.eslint.setup { + capabilities = capabilities, on_attach = function(client, bufnr) vim.api.nvim_create_autocmd("BufWritePre", { buffer = bufnr,