mutton + cmdline + headings + new name of nvim
This commit is contained in:
@ -1,4 +1,17 @@
|
||||
require("noice").setup({
|
||||
views = {
|
||||
cmdline_popup = {
|
||||
position = {
|
||||
row = "50%", -- Центрируем по вертикали
|
||||
col = "50%", -- Центрируем по горизонтали
|
||||
},
|
||||
},
|
||||
},
|
||||
presets = {
|
||||
bottom_search = true, -- Перемещение поиска вниз
|
||||
command_palette = true, -- Палитра команд
|
||||
long_message_to_split = true, -- Длинные сообщения в отдельное окно
|
||||
},
|
||||
lsp = {
|
||||
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**
|
||||
override = {
|
||||
|
||||
Reference in New Issue
Block a user