lots of changes after neglecting this repo

This commit is contained in:
2024-10-09 04:33:10 +02:00
parent d8edebad28
commit 2f7f6cbb13
5 changed files with 9 additions and 7 deletions

View File

@@ -6,4 +6,4 @@ vim.cmd [[source /home/vi/.config/nvim/config.vim]]require("nightfox").setup({
}
}
})
vim.cmd("colorscheme duskfox")
vim.cmd("colorscheme dayfox")

View File

@@ -23,6 +23,7 @@ syntax on
call plug#begin('~/.vim/plugged')
Plug 'Yggdroot/indentLine'
Plug 'EdenEast/nightfox.nvim'
Plug 'cdmill/neomodern.nvim'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'vim-syntastic/syntastic'