1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-02-23 06:37:59 +00:00

9 lines
247 B
Lua

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