small tweaks to new neovim config

re-added yadm-gitsigns
This commit is contained in:
2024-10-31 20:23:54 -04:00
parent dc613843e8
commit 681f9ee032
4 changed files with 69 additions and 55 deletions
+1 -8
View File
@@ -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,
}