better buffer shortcuts
This commit is contained in:
parent
a5207c9491
commit
e0e949f2e6
9 changed files with 53 additions and 15 deletions
|
|
@ -23,10 +23,10 @@ local settings = {
|
|||
}
|
||||
|
||||
require("mason").setup(settings)
|
||||
require("mason-lspconfig").setup({
|
||||
ensure_installed = servers,
|
||||
automatic_installation = true,
|
||||
})
|
||||
-- require("mason-lspconfig").setup({
|
||||
-- ensure_installed = servers,
|
||||
-- automatic_installation = true,
|
||||
-- })
|
||||
|
||||
local lspconfig_status_ok, lspconfig = pcall(require, "lspconfig")
|
||||
if not lspconfig_status_ok then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue