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 [ in [
vim-airline
vim-airline-themes
moonfly moonfly
coc-rust-analyzer coc-rust-analyzer
coc-nvim coc-nvim
rust-vim rust-vim
vim-nix vim-nix
typescript-vim typescript-vim
vim-javascript vim-javascript

View file

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