asdf
This commit is contained in:
parent
919b772ae5
commit
5d9f081e47
2 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
|||
vim.cmd.colorscheme "moonfly"
|
||||
vim.cmd.colorscheme "melange"
|
||||
|
|
|
@ -21,7 +21,8 @@ local plugins = {
|
|||
"nvim-tree/nvim-web-devicons",
|
||||
|
||||
-- colorscheme
|
||||
{ "bluz71/vim-moonfly-colors", name = "moonfly", lazy = false, priority = 1000 },
|
||||
-- { "bluz71/vim-moonfly-colors", name = "moonfly", lazy = false, priority = 1000 },
|
||||
"savq/melange-nvim",
|
||||
|
||||
-- default bar only looks good on linux
|
||||
"nvim-lualine/lualine.nvim",
|
||||
|
|
Loading…
Reference in a new issue