fix formatting/linting for BCR

This commit is contained in:
Thomas Ruoff
2025-09-24 14:32:16 +02:00
parent 759a11b96a
commit 8c31a26105
3 changed files with 13 additions and 38 deletions

View File

@@ -201,7 +201,8 @@ return {
-- ts_ls = {},
--
vtsls = {
--vtsls = { },
ts_ls = {
root_dir = function(bufnr, cb)
local fname = vim.api.nvim_buf_get_name(bufnr)
@@ -222,7 +223,7 @@ return {
if root then return cb(root) end
end
local default_markers = { 'tsconfig.json', 'package.json', 'jsconfig.json', '.git' }
local default_markers = { 'tsconfig.json', '.git' }
local root = vim.fs.root(fname, default_markers)
cb(root)
end,
@@ -253,6 +254,7 @@ return {
},
},
eslint = { enable = true },
bashls = { enable = true },
cssls = { enable = true },
html = { enable = true },