astro-nvim-v3 - ft: fix some bug and add border

This commit is contained in:
huyjaky
2024-08-19 11:39:12 +07:00
parent 5b29aaf500
commit f10ca96639
9 changed files with 89 additions and 31 deletions

View File

@@ -1,4 +1,5 @@
require("lazy").setup({
{
"AstroNvim/AstroNvim",
version = "^4", -- Remove version tracking to elect for nighly AstroNvim
@@ -15,7 +16,18 @@ require("lazy").setup({
} --[[@as LazySpec]], {
-- Configure any other `lazy.nvim` configuration options here
install = { colorscheme = { "astrodark", "habamax" } },
ui = { backdrop = 100 },
ui = {
backdrop = 100,
border = "single",
size = { width = 0.8, height = 0.8 },
},
checker = {
enabled = true,
notify = false,
},
performance = {
rtp = {
-- disable some rtp plugins, add more to your liking