remove autoformat on save
This commit is contained in:
@@ -177,6 +177,14 @@ elseif vim.loop.fs_stat(phpcs_config) then
|
||||
vim.g.nvim_phpcs_config_phpcs_standard = phpcs_config
|
||||
end
|
||||
|
||||
vim.lsp.config("lua_ls", {
|
||||
settings = {
|
||||
Lua = {
|
||||
diagnostics = {
|
||||
globals = { "vim" } }
|
||||
}
|
||||
}
|
||||
})
|
||||
-- === ENABLE: tell Neovim to autostart these configs lazily (filetype + root_dir)
|
||||
-- call this early in your init (so FileType autocommands are installed before opening files)
|
||||
local enabled_servers = {
|
||||
|
||||
Reference in New Issue
Block a user