fix notification location

This commit is contained in:
2026-03-27 09:11:43 -05:00
parent 144015d3e1
commit 721b168b09
3 changed files with 10 additions and 14 deletions

View File

@@ -22,3 +22,10 @@ require("nvim-treesitter").setup {
}
require("nvim-treesitter").install(NV_DARCULA_TREESITTER_LIST)
vim.defer_fn(
function()
vim.cmd("TSUpdate")
end,
1000
)