mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 06:27:14 +01:00
enable eslint lsp
This commit is contained in:
@@ -201,6 +201,7 @@ return {
|
|||||||
-- ts_ls = {},
|
-- ts_ls = {},
|
||||||
--
|
--
|
||||||
|
|
||||||
|
eslint = { enable = true },
|
||||||
vtsls = {
|
vtsls = {
|
||||||
root_dir = function(bufnr, cb)
|
root_dir = function(bufnr, cb)
|
||||||
local fname = vim.api.nvim_buf_get_name(bufnr)
|
local fname = vim.api.nvim_buf_get_name(bufnr)
|
||||||
|
|||||||
Reference in New Issue
Block a user