Add treesitter
This commit is contained in:
8
lua/plugins/tokyonight.lua
Normal file
8
lua/plugins/tokyonight.lua
Normal file
@ -0,0 +1,8 @@
|
||||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false, -- load immediately
|
||||
priority = 1000, -- load before other plugins
|
||||
config = function()
|
||||
vim.cmd("colorscheme tokyonight")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user