mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-18 01:34:32 +02:00
Add files via upload
This commit is contained in:
commit
e53a643e3d
54 changed files with 5285 additions and 0 deletions
8
lua/user/colorscheme.lua
Normal file
8
lua/user/colorscheme.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
local colorscheme = "tokyonight-night"
|
||||
-- local colorscheme = "nord"
|
||||
-- local colorscheme = "lunar"
|
||||
|
||||
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue