Merge branch 'main' into server

This commit is contained in:
Fabian Ising
2022-10-26 15:26:24 +02:00
19 changed files with 1611 additions and 44 deletions

3
nvim/.gitignore vendored
View File

@@ -6,3 +6,6 @@ __pycache__/
bundle/*
!bundle/Vundle.vim
*.swp
# Prevent changes to propagate to all systems
scheme.vim

View File

@@ -1 +0,0 @@
set rtp+=/usr/lib/python3.6/site-packages/powerline/bindings/vim

View File

@@ -1 +0,0 @@
set rtp+=$HOME/.local/lib/python3.9/site-packages/powerline/bindings/vim

View File

@@ -78,7 +78,11 @@ set t_Co=256
"set term=screen-256color
" Color configuration
colorscheme badwolf " some color ..
try
source ~/.config/nvim/scheme.vim
catch
" Ignore non existing file
endtry
syntax enable " enable syntax processing
" Disable annoying bell

2
nvim/scheme.vim.template Normal file
View File

@@ -0,0 +1,2 @@
set background=dark
colorscheme badwolf