2023-03-20 22:53:00 +01:00
|
|
|
set laststatus=0 "disable statusline
|
|
|
|
" get some plugins, including firenvim itself.
|
|
|
|
call plug#begin()
|
|
|
|
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }
|
|
|
|
Plug 'jiangmiao/auto-pairs'
|
|
|
|
Plug 'psliwka/vim-smoothie' " scorll with STRG + d or STRG + u
|
|
|
|
Plug 'EdenEast/nightfox.nvim' " Vim-Plug
|
|
|
|
call plug#end()
|
2023-06-16 22:58:38 +02:00
|
|
|
|
|
|
|
color carbonfox " set colors
|
|
|
|
set guifont=NotoMono:h9 " set font
|