added vim-airline with powerline symbols

This commit is contained in:
Nickiel12 2022-10-14 19:46:50 -07:00
parent 146166fee3
commit 263330c479
2 changed files with 6 additions and 2 deletions

View file

@ -18,10 +18,14 @@ in
};
};
in [
vim-airline
vim-airline-themes
moonfly
coc-rust-analyzer
coc-nvim
rust-vim
vim-nix
typescript-vim
vim-javascript

View file

@ -5,8 +5,7 @@ set shiftwidth=4
set foldmethod=syntax
set foldlevel=20
set number
let laststatus=2
set statusline="%f%m%r%h%w [%Y] %< %3p%% of %L"
set guifont=MesloLGS\ NF\ 10
syntax on
syntax enable
filetype plugin indent on
@ -18,6 +17,7 @@ filetype plugin indent on
set signcolumn=number
let g:airline_powerline_fonts=1
let g:typescript_compiler_binary = 'npx tsc'
" Use tab for trigger completion with characters ahead and navigate.