Add modules for terminal and theme

This commit is contained in:
2021-10-17 15:54:19 +03:00
parent 0bcb2f3ec8
commit e8e79ba40b
3 changed files with 11 additions and 8 deletions

7
nvim/theme.vim Normal file
View File

@@ -0,0 +1,7 @@
" Colorscheme
let ayucolor = 'mirage'
colorscheme ayu
" Airline
let g:airline#extensions#tabline#enabled = 1
let g:airline_theme = 'ayu_mirage'