From b2da05f4e3072f24c52eb14376c1f32cb19e6932 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 25 Aug 2022 01:15:39 +0530 Subject: remove old configs Signed-off-by: listout --- configs/appearance.vim | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 configs/appearance.vim (limited to 'configs/appearance.vim') diff --git a/configs/appearance.vim b/configs/appearance.vim deleted file mode 100644 index 8d87075..0000000 --- a/configs/appearance.vim +++ /dev/null @@ -1,37 +0,0 @@ -" Neovim true colors -let $NVIM_TUI_ENABLE_TRUE_COLOR=1 - -" Visualize Tabs and spaces -set list listchars=tab:▸\ ,extends:›,precedes:‹,nbsp:·,trail:· ",eol:¬ - -" Colorschemes -set termguicolors -set background=dark -"let g:tokyonight_style = "night" -let g:nord_contrast = v:true -let g:nord_borders = v:false -let g:nord_disable_background = v:false -let g:nord_italic = v:false -colorscheme nord - -" Function, identifier and comments in italic -highlight Function cterm=italic gui=italic -highlight Indentifier cterm=none gui=italic -highlight Comment cterm=italic gui=italic - -" Cursor line -"set cursorline - -" Number of screenlines for command-line -set cmdheight=2 - -" Split the right way -set splitright splitbelow - -" Popup menu height -set pumheight=10 - -" Support 256 colors -set t_Co=256 - -set fillchars+=diff:╱ -- cgit v1.2.3