mutton + cmdline + headings + new name of nvim

This commit is contained in:
2025-03-07 19:23:02 +03:00
parent ad70695803
commit 3ffda93c33
8 changed files with 88 additions and 88 deletions

View File

@ -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 = {