This commit is contained in:
Philipp Hochkamp 2023-03-06 21:27:28 +01:00
parent a0b8181590
commit ff9e47e96b
10 changed files with 57 additions and 74 deletions

View file

@ -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,
},

View file

@ -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,
})