Add Mason and Null-ls plugins for Neovim
This commit is contained in:
parent
a9de446ed3
commit
bc702160c2
3 changed files with 55 additions and 12 deletions
12
init.lua
12
init.lua
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue