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 [
|
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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue