Added my NeoVim config.

This commit is contained in:
duma97
2025-11-15 21:21:50 +04:00
parent 70d2ac3c4d
commit 992e6832ad
20 changed files with 712 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
-- return {
-- "ellisonleao/gruvbox.nvim",
-- lazy = false,
-- name = "gruvbox",
-- priority = 997,
-- config = function()
-- vim.cmd.colorscheme("gruvbox")
-- end,
-- }
return {
"AlphaTechnolog/pywal.nvim",
lazy = false,
priority = 1000,
config = function()
-- Set up pywal and load the colors
require("pywal").setup()
end,
}