Format workspace with CodeFormat
This commit is contained in:
@@ -18,7 +18,7 @@ require("mason-lspconfig").setup({
|
||||
-- A list of servers to automatically install if they're not already installed. Example: { "rust_analyzer@nightly", "lua_ls" }
|
||||
-- This setting has no relation with the `automatic_installation` setting.
|
||||
---@type string[]
|
||||
ensure_installed = require('lsp'):language_servers(),
|
||||
ensure_installed = require("lsp"):language_servers(),
|
||||
|
||||
-- Whether servers that are set up (via lspconfig) should be automatically installed if they're not already installed.
|
||||
-- This setting has no relation with the `ensure_installed` setting.
|
||||
|
||||
Reference in New Issue
Block a user