astro-nvim-v3 - clean up useless packages

This commit is contained in:
huyjaky
2025-01-26 10:22:51 +07:00
parent 3c4feebbcc
commit 93678288f1
11 changed files with 69 additions and 156 deletions

View File

@@ -17,18 +17,17 @@ return {
enabled = false,
},
hover = {
-- enabled = false, -- disables Noice LSP hover
enabled = true, -- bật Noice hover
silent = true, -- thông báo nếu không có tài liệu hover
view = "hover", -- chế độ hiển thị mặc định cho hover
opts = { -- tùy chỉnh hiển thị
enabled = true,
silent = true,
view = "hover",
opts = {
border = {
style = "rounded", -- bo góc viền
text = { top = " Documents ", top_align = "center" }, -- tiêu đề hover
style = "rounded",
text = { top = " Documents ", top_align = "center" },
},
win_options = {
wrap = true, -- bật tự động xuống dòng
linebreak = true, -- ngắt dòng ở khoảng trắng
wrap = true,
linebreak = true,
},
},
},