astro-nvim-v3 - state of art

This commit is contained in:
huyjaky
2024-11-03 19:33:51 +07:00
parent dc03e0785d
commit e31b780eea
4 changed files with 51 additions and 53 deletions

View File

@@ -6,36 +6,7 @@ return {
config = function()
require("noice").setup {
-- Configuration here, or leave empty to use defaults
views = {
-- cmdline_popup = {
-- position = {
-- row = "50%",
-- col = "50%",
-- },
-- size = {
-- width = 60,
-- height = "auto",
-- },
-- },
-- popupmenu = {
-- relative = "editor",
-- position = {
-- row = 8,
-- col = "50%",
-- },
-- size = {
-- width = 60,
-- height = 10,
-- },
-- border = {
-- style = "rounded",
-- padding = { 0, 1 },
-- },
-- win_options = {
-- winhighlight = { Normal = "Normal", FloatBorder = "DiagnosticInfo" },
-- },
-- },
},
views = { },
messages = {
enabled = false, -- disables the Noice messages UI
},
@@ -134,11 +105,5 @@ return {
})
end,
},
{
"catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { noice = true } },
},
},
}