mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 12:19:26 +00:00
[neovim] Simplify plugins including
This commit is contained in:
@ -1,9 +1,4 @@
|
||||
local status_ok, lsp_saga = pcall(require, "lspsaga")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
lsp_saga.setup({
|
||||
require("lspsaga").setup({
|
||||
ui = {
|
||||
border = "rounded",
|
||||
code_action_icon = "",
|
||||
|
Reference in New Issue
Block a user