move tokyonight to themes folder
This commit is contained in:
parent
7db85cf0ae
commit
5d516ba85f
4
init.lua
4
init.lua
|
@ -317,12 +317,12 @@ require('lazy').setup({
|
|||
},
|
||||
|
||||
require 'kickstart.plugins.autocomplete',
|
||||
require 'kickstart.plugins.tokyonight',
|
||||
require 'kickstart.plugins.themes.tokyonight',
|
||||
-- Highlight todo, notes, etc in comments
|
||||
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
|
||||
require 'kickstart.plugins.mini',
|
||||
require 'kickstart.plugins.treesitter',
|
||||
|
||||
|
||||
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the
|
||||
-- init.lua. If you want these files, they are in the repository, so you can just download them and
|
||||
-- place them in the correct locations.
|
||||
|
|
Loading…
Reference in New Issue