update
This commit is contained in:
parent
a0b8181590
commit
ff9e47e96b
10 changed files with 57 additions and 74 deletions
|
|
@ -2,8 +2,8 @@ require('lualine').setup {
|
|||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'gruvbox',
|
||||
component_separators = { left = '', right = ''},
|
||||
section_separators = { left = '', right = ''},
|
||||
--component_separators = { left = '', right = ''},
|
||||
--section_separators = { left = '', right = ''},
|
||||
disabled_filetypes = {},
|
||||
always_divide_middle = true,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ require("noice").setup({
|
|||
["cmp.entry.get_documentation"] = true,
|
||||
},
|
||||
},
|
||||
messages = {
|
||||
view = "mini"
|
||||
},
|
||||
-- you can enable a preset for easier configuration
|
||||
presets = {
|
||||
bottom_search = true, -- use a classic bottom cmdline for search
|
||||
|
|
@ -16,3 +19,7 @@ require("noice").setup({
|
|||
lsp_doc_border = false, -- add a border to hover docs and signature help
|
||||
},
|
||||
})
|
||||
require("notify").setup({
|
||||
stages = "static",
|
||||
max_width = 70,
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue