Add treesitter
This commit is contained in:
@ -17,14 +17,10 @@ end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
-- Initialize lazy.nvim
|
||||
require("lazy").setup({
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false, -- load immediately
|
||||
priority = 1000, -- load before other plugins
|
||||
config = function()
|
||||
vim.cmd("colorscheme tokyonight")
|
||||
end,
|
||||
},
|
||||
})
|
||||
local plugins = {
|
||||
require("plugins.tokyonight"), -- theme
|
||||
require("plugins.treesitter"), -- syntax tree
|
||||
}
|
||||
|
||||
require("lazy").setup(plugins)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user