Cleaned base and added fish config
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
local saga_status, saga = pcall(require, "lspsaga")
|
||||
if not saga_status then
|
||||
return
|
||||
end
|
||||
|
||||
saga.setup({
|
||||
scroll_preview = {
|
||||
scroll_down = "<C-f>",
|
||||
scroll_up = "<C-b>"
|
||||
},
|
||||
definition = {
|
||||
edit = "<CR>"
|
||||
},
|
||||
ui = {
|
||||
colors = {
|
||||
normal_bg = "#022746",
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user