From 146166fee364bfc589ad7b619e32f6bcccbca92e Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 14 Oct 2022 18:20:47 -0700 Subject: [PATCH] added statusline --- rsrcs/.vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rsrcs/.vimrc b/rsrcs/.vimrc index aa476e9..e2be196 100644 --- a/rsrcs/.vimrc +++ b/rsrcs/.vimrc @@ -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 ' to make sure tab is not mapped by