1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-04-19 16:49:48 +00:00

8 lines
216 B
Lua

require("plugins.lsp.mason")
require("plugins.lsp.handlers").setup()
require("plugins.lsp.null-ls")
require("plugins.lsp.lsp-saga")
local win = require("lspconfig.ui.windows")
win.default_options.border = "rounded"