chore: New nvim config, not finished
This commit is contained in:
6
.config/nvim/lua/plugins/theme.lua
Normal file
6
.config/nvim/lua/plugins/theme.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
local colorscheme = "onedark"
|
||||
|
||||
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
Reference in New Issue
Block a user