mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-22 18:51:22 +02:00
neovim: Add missing eslint capabilities
This commit is contained in:
parent
0c3624abd6
commit
859015cbc0
@ -257,6 +257,7 @@ in
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
lspconfig.eslint.setup {
|
lspconfig.eslint.setup {
|
||||||
|
capabilities = capabilities,
|
||||||
on_attach = function(client, bufnr)
|
on_attach = function(client, bufnr)
|
||||||
vim.api.nvim_create_autocmd("BufWritePre", {
|
vim.api.nvim_create_autocmd("BufWritePre", {
|
||||||
buffer = bufnr,
|
buffer = bufnr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user