feat: kubectl aliases, indent-blankline nvim plugin
This commit is contained in:
parent
7f58c80b1c
commit
4055ffa609
@ -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>
|
||||
|
1
.config/nvim/pack/plugins/opt/indent-blankline
Submodule
1
.config/nvim/pack/plugins/opt/indent-blankline
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit c15bbe9f23d88b5c0b4ca45a446e01a0a3913707
|
0
.config/zsh/.docker_aliases
Normal file
0
.config/zsh/.docker_aliases
Normal file
1263
.config/zsh/.kubectl_aliases
Normal file
1263
.config/zsh/.kubectl_aliases
Normal file
File diff suppressed because it is too large
Load Diff
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user