merge: main

This commit is contained in:
AngeD 2022-08-06 15:03:25 +02:00
commit 0151ddcdd6
8 changed files with 1277 additions and 3 deletions

View File

@ -15,7 +15,7 @@ set foldmethod=indent
set nofoldenable
set foldlevel=99
set grepprg=grep\ -rn\ $*
set listchars=tab:>\ ,multispace:\|⋅⋅⋅,trail:⋅,nbsp:+
set listchars+=lead:⋅
au BufWrite * :%s/\s\+$//e
@ -29,6 +29,9 @@ packadd! black
packadd! nvim-lspconfig
packadd! indent-blankline
lua require("indent_blankline").setup{space_char_blankline = " ", show_current_context = true, show_current_context_start = true}
" keybindings
nnoremap <C-c><C-h> :Header<CR>
tnoremap <Esc> <C-\><C-n>

@ -0,0 +1 @@
Subproject commit c15bbe9f23d88b5c0b4ca45a446e01a0a3913707

@ -1 +1 @@
Subproject commit e02296e59f0a31972b2670066adf83d1e5ba27d9
Subproject commit 6e047f11861bfb6ec28a6ad0138a8f0a62bb8806

@ -1 +1 @@
Subproject commit 373b15ecee49f1604350e77fa7b93a1ef1e20baf
Subproject commit a9a6493b1eeba458757903352e0d3dc4b54fd4f2

View File

1263
.config/zsh/.kubectl_aliases Normal file

File diff suppressed because it is too large Load Diff

6
.gitmodules vendored
View File

@ -7,3 +7,9 @@
[submodule ".config/zsh/.oh-my-zsh"]
path = .config/zsh/.oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh.git
[submodule ".pyenv"]
path = .pyenv
url = https://github.com/pyenv/pyenv.git
[submodule ".config/nvim/pack/plugins/opt/indent-blankline"]
path = .config/nvim/pack/plugins/opt/indent-blankline
url = https://github.com/lukas-reineke/indent-blankline.nvim.git

1
.pyenv Submodule

@ -0,0 +1 @@
Subproject commit 37a6070855d7053c34441b01b79ac6133ae5e5d9