mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-01 09:41:12 +00:00
8 lines
216 B
Lua
8 lines
216 B
Lua
require("plugins.lsp.mason")
|
|
require("plugins.lsp.handlers").setup()
|
|
require("plugins.lsp.none-ls")
|
|
require("plugins.lsp.lsp-saga")
|
|
|
|
local win = require("lspconfig.ui.windows")
|
|
win.default_options.border = "rounded"
|