switch to Packer
This commit is contained in:
parent
8d1ef972bc
commit
c9553d36a3
13 changed files with 902 additions and 0 deletions
7
lua/user/colorscheme.lua
Normal file
7
lua/user/colorscheme.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
local colorscheme = 'default'
|
||||
|
||||
local status_ok, _ = pcall(vim.cmd, 'colorscheme ' .. colorscheme)
|
||||
if not status_ok then
|
||||
vim.notify('colorscheme ' .. colorscheme .. ' not found!')
|
||||
return
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue