save
This commit is contained in:
@@ -8,3 +8,8 @@ opt.splitright = true
|
||||
opt.splitbelow = true
|
||||
|
||||
vim.cmd("colorscheme vim")
|
||||
|
||||
-- mini.pick colors
|
||||
vim.api.nvim_set_hl(0, "MiniPickNormal", { bg = "#000000" })
|
||||
vim.api.nvim_set_hl(0, "MiniPickBorder", { bg = "#000000", fg = "#000000" })
|
||||
vim.api.nvim_set_hl(0, "MiniPickMatchCurrent", { bg = "#1e1e2e" })
|
||||
|
||||
@@ -33,6 +33,10 @@
|
||||
"rev": "cf75da1a91071c6c041075eae4ca2326f9d1f52a",
|
||||
"src": "https://github.com/nvim-orgmode/orgmode"
|
||||
},
|
||||
"rainbow-delimiters.nvim": {
|
||||
"rev": "d6b802552cbe7d643a3b6b31f419c248d1f1e220",
|
||||
"src": "https://gitlab.com/HiPhish/rainbow-delimiters.nvim"
|
||||
},
|
||||
"simplyfile.nvim": {
|
||||
"rev": "c4dfc0f3431898c3abbef267b226f6cdd2a67b38",
|
||||
"src": "https://github.com/Rizwanelansyah/simplyfile.nvim"
|
||||
|
||||
Reference in New Issue
Block a user