mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:27:34 +00:00
Add tokyonight colorscheme
This commit is contained in:
parent
098ef45271
commit
4d4b6134d0
2
neovim/colors/tokyonight_night.vim
Normal file
2
neovim/colors/tokyonight_night.vim
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
let g:tokyonight_style = 'night'
|
||||||
|
runtime colors/tokyonight.vim
|
2
neovim/colors/tokyonight_storm.vim
Normal file
2
neovim/colors/tokyonight_storm.vim
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
let g:tokyonight_style = 'storm'
|
||||||
|
runtime colors/tokyonight.vim
|
@ -79,6 +79,7 @@ return require('packer').startup(function()
|
|||||||
"norcalli/nvim-colorizer.lua",
|
"norcalli/nvim-colorizer.lua",
|
||||||
config = function() require("colorizer").setup() end,
|
config = function() require("colorizer").setup() end,
|
||||||
}
|
}
|
||||||
|
use "folke/tokyonight.nvim"
|
||||||
--[[
|
--[[
|
||||||
use {
|
use {
|
||||||
"shaunsingh/solarized.nvim",
|
"shaunsingh/solarized.nvim",
|
||||||
|
Loading…
Reference in New Issue
Block a user