feat(plugins): Add lwpconfig
This commit is contained in:
parent
c9c15d8ae1
commit
e6c9d72c3f
3 changed files with 7 additions and 3 deletions
nvim/ftplugin
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue