mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-09 15:01:13 +00:00
9 lines
254 B
Lua
9 lines
254 B
Lua
require("plugins.lsp.mason")
|
|
require("plugins.lsp.handlers").setup()
|
|
require("plugins.lsp.null-ls")
|
|
require("plugins.lsp.lsp-saga")
|
|
require("plugins.lsp.yaml-companion")
|
|
|
|
local win = require("lspconfig.ui.windows")
|
|
win.default_options.border = "rounded"
|