Update vimrc

This commit is contained in:
Marco Thomas
2021-02-02 07:59:43 +01:00
parent e54a06fbed
commit 885bf5fdc6
4 changed files with 7 additions and 3 deletions

View File

@@ -47,7 +47,7 @@
!! Some extra xterm settings !! Some extra xterm settings
! Font ! Font
XTerm.vt100.faceName: xft:FiraCode Nerd Font Mono:antialias=true XTerm.vt100.faceName: xft:FiraCode Nerd Font Mono:antialias=true
XTerm.vt100.faceSize: 11 XTerm.vt100.faceSize: 9
! Remove Scrollbar ! Remove Scrollbar
XTerm.vt100.scrollBar: false XTerm.vt100.scrollBar: false

View File

@@ -68,7 +68,7 @@ colors:
cyan: '#56B6C2' cyan: '#56B6C2'
white: '#D8D8D8' white: '#D8D8D8'
background_opacity: 0.98 background_opacity: 1
selection: selection:
save_to_clipboard: true save_to_clipboard: true

View File

@@ -171,7 +171,7 @@ exec dunst
exec picom exec picom
exec nm-applet exec nm-applet
exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png exec feh --bg-scale $HOME/data/nextcloud/Wallpaper/wallpaper.png
exec ~/scripts/fix_screens.sh exec ~/scripts/fix_screens.sh
exec ~/scripts/polybar.sh exec ~/scripts/polybar.sh

View File

@@ -95,6 +95,10 @@ let g:lightline.separator = { 'left': '', 'right': '' }
" tab bar " tab bar
let g:lightline.tabline = {'left': [['buffers']]} let g:lightline.tabline = {'left': [['buffers']]}
let g:lightline#bufferline#show_number = 1
let g:lightline#bufferline#shorten_path = 0
let g:lightline#bufferline#unnamed = '[No Name]'
"let g:lightline#bufferline#enable_devicons = 1
let g:lightline.component_expand = {'buffers': 'lightline#bufferline#buffers'} let g:lightline.component_expand = {'buffers': 'lightline#bufferline#buffers'}
let g:lightline.component_type = {'buffers': 'tabsel'} let g:lightline.component_type = {'buffers': 'tabsel'}