Add Mason and Null-ls plugins for Neovim

This commit is contained in:
PeteChu 2023-04-09 14:18:18 +07:00
parent a9de446ed3
commit bc702160c2
3 changed files with 55 additions and 12 deletions

View file

@ -467,18 +467,6 @@ local servers = {
-- pyright = {},
-- rust_analyzer = {},
-- tsserver = {},
efm = {
init_options = { documentFormatting = true },
settings = {
rootMarkers = { ".git/" },
languages = {
prettier = {
formatCommand = 'prettierd "${INPUT}"',
formatStdin = true,
}
}
}
},
lua_ls = {
Lua = {
workspace = { checkThirdParty = false },