small tweaks to new neovim config
re-added yadm-gitsigns
This commit is contained in:
@@ -1,16 +1,9 @@
|
||||
-- set colorscheme if it's installed
|
||||
|
||||
-- local status, _ = pcall(vim.cmd, "colorscheme nord")
|
||||
-- if not status then
|
||||
-- print("Color scheme not found!")
|
||||
-- return
|
||||
-- end
|
||||
|
||||
return {
|
||||
"shaunsingh/nord.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd([[colorscheme nord]])
|
||||
vim.cmd [[colorscheme nord]]
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user