mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added vim-airline with powerline symbols
This commit is contained in:
parent
146166fee3
commit
263330c479
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue