feat: kubectl aliases, indent-blankline nvim plugin

This commit is contained in:
AngeD 2022-08-06 15:00:11 +02:00
parent 7f58c80b1c
commit 4055ffa609
5 changed files with 1271 additions and 1 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

View File

1263
.config/zsh/.kubectl_aliases Normal file

File diff suppressed because it is too large Load Diff

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[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