mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added statusline
This commit is contained in:
parent
a1c7c60960
commit
146166fee3
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,8 @@ 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"
|
||||
syntax on
|
||||
syntax enable
|
||||
filetype plugin indent on
|
||||
|
@ -16,6 +18,7 @@ filetype plugin indent on
|
|||
|
||||
set signcolumn=number
|
||||
|
||||
let g:typescript_compiler_binary = 'npx tsc'
|
||||
|
||||
" Use tab for trigger completion with characters ahead and navigate.
|
||||
" NOTE: Use command ':verbose imap <tab>' to make sure tab is not mapped by
|
||||
|
|
Loading…
Reference in a new issue