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

9 lines
247 B
Lua
Raw Normal View History

2022-10-16 12:28:51 +02:00
require("plugins.lsp.mason")
require("plugins.lsp.handlers").setup()
2024-02-10 15:29:01 +01:00
require("plugins.lsp.none-ls")
require("plugins.lsp.conform")
2022-11-12 18:39:10 +01:00
require("plugins.lsp.lsp-saga")
2022-10-12 16:02:54 +02:00
2023-04-12 20:09:30 +02:00
local win = require("lspconfig.ui.windows")
2022-10-12 17:07:14 +02:00
win.default_options.border = "rounded"