This commit is contained in:
Saeed Afzal
2024-09-05 09:51:17 +01:00
parent 7bd33bd2fb
commit dc2774419d
6 changed files with 70 additions and 54 deletions

View File

@@ -18,8 +18,5 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)
-- Init plugins
-- Load plugins
require("lazy").setup("plugins")
-- Theme
vim.cmd [[colorscheme tokyonight]]