initial import
This commit is contained in:
commit
f9f53656f7
32 changed files with 1064 additions and 0 deletions
9
lua/plugins/tokyonight.lua
Normal file
9
lua/plugins/tokyonight.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
init = function()
|
||||
require("tokyonight").setup({transparent = true, dim_inactive = true, lualine_bold = true})
|
||||
vim.cmd("colo tokyonight-night")
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue