diff options
author | listout <listout@protonmail.com> | 2022-08-25 01:15:39 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:42 +0530 |
commit | b2da05f4e3072f24c52eb14376c1f32cb19e6932 (patch) | |
tree | 18a9c0388d8d1a7e9af1f21d7c55ef1e13f7d019 /configs/appearance.vim | |
parent | dd31843246ccdf9783f1b54d79b5e1ee22596399 (diff) |
remove old configs
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to 'configs/appearance.vim')
-rw-r--r-- | configs/appearance.vim | 37 |
1 files changed, 0 insertions, 37 deletions
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:╱ |