Neovim Addition
Added in my custom configuration from Neovim that I started writing from scratch. So far only have implemented tokyonight theme, telescope, treesitter, and neotree.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
config = function()
|
||||
vim.cmd.colorscheme "tokyonight-storm"
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user