WIP: update-upstream #4

Closed
cscherrNT wants to merge 69 commits from update-upstream into master
1 changed files with 5 additions and 2 deletions
Showing only changes of commit e868fab1f2 - Show all commits

View File

@ -75,12 +75,15 @@ M.ui = {
cheatsheet = { theme = "grid" }, -- simple/grid cheatsheet = { theme = "grid" }, -- simple/grid
lsp = { lsp = {
-- show function signatures i.e args as you type
signature = { signature = {
disabled = false, disabled = false,
silent = true, -- silences 'no signature help available' message from appearing silent = true, -- silences 'no signature help available' message
}, },
}, },
term = {
sizes = { sp = 0.3, vsp = 0.2 },
},
} }
M.plugins = "" -- path i.e "custom.plugins", so make custom/plugins.lua file M.plugins = "" -- path i.e "custom.plugins", so make custom/plugins.lua file