mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-05 04:39:06 -04:00
AstroNvim v5 (#29)
* fix(astrocore): update to the new `diagnostics` settings style * fix(mason): move to installing Mason packages with `mason-tool-installer.nvim` * fix(user): update dashboard header example to use `snacks.dashboard` * fix(lazy_setup): bump version to v5 for release
This commit is contained in:
parent
db21549dea
commit
a1581f1182
4 changed files with 45 additions and 55 deletions
|
@ -13,7 +13,7 @@ return {
|
|||
large_buf = { size = 1024 * 500, lines = 10000 }, -- set global limits for large files for disabling features like treesitter
|
||||
autopairs = false, -- enable autopairs at start
|
||||
cmp = true, -- enable completion at start
|
||||
diagnostics_mode = 3, -- diagnostic mode on start (0 = off, 1 = no signs/virtual text, 2 = no virtual text, 3 = on)
|
||||
diagnostics = { virtual_text = true, virtual_lines = false }, -- diagnostic settings on startup
|
||||
highlighturl = true, -- highlight URLs at start
|
||||
notifications = true, -- enable notifications at start
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue