feat(plugins): Add lwpconfig

This commit is contained in:
Jiří Štefka 2024-09-19 01:24:20 +02:00
parent c9c15d8ae1
commit e6c9d72c3f
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
3 changed files with 7 additions and 3 deletions
nvim/ftplugin

View file

@ -7,6 +7,8 @@ if vim.fn.executable(lua_ls_cmd) ~= 1 then
return
end
-- require'lspconfig'.lua_ls.setup{}
local root_files = {
'.luarc.json',
'.luarc.jsonc',