add options for term module win resize vals
This commit is contained in:
parent
3091ea5835
commit
e868fab1f2
@ -75,12 +75,15 @@ M.ui = {
|
||||
cheatsheet = { theme = "grid" }, -- simple/grid
|
||||
|
||||
lsp = {
|
||||
-- show function signatures i.e args as you type
|
||||
signature = {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user