dotfiles/nvim/init.lua
Yu Squire[ Yu, Tsung-Ying ] 3a06e074cf feat: bufferline
2025-05-09 22:54:59 +08:00

15 lines
381 B
Lua

require("config.vimrc")
require("config.lazy")
require("lazy").setup({
spec = {
{ import = "plugins" },
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates
checker = { enabled = true },
})