merge: main
This commit is contained in:
commit
0151ddcdd6
@ -15,7 +15,7 @@ set foldmethod=indent
|
|||||||
set nofoldenable
|
set nofoldenable
|
||||||
set foldlevel=99
|
set foldlevel=99
|
||||||
set grepprg=grep\ -rn\ $*
|
set grepprg=grep\ -rn\ $*
|
||||||
set listchars=tab:>\ ,multispace:\|⋅⋅⋅,trail:⋅,nbsp:+
|
set listchars+=lead:⋅
|
||||||
|
|
||||||
au BufWrite * :%s/\s\+$//e
|
au BufWrite * :%s/\s\+$//e
|
||||||
|
|
||||||
@ -29,6 +29,9 @@ packadd! black
|
|||||||
|
|
||||||
packadd! nvim-lspconfig
|
packadd! nvim-lspconfig
|
||||||
|
|
||||||
|
packadd! indent-blankline
|
||||||
|
lua require("indent_blankline").setup{space_char_blankline = " ", show_current_context = true, show_current_context_start = true}
|
||||||
|
|
||||||
" keybindings
|
" keybindings
|
||||||
nnoremap <C-c><C-h> :Header<CR>
|
nnoremap <C-c><C-h> :Header<CR>
|
||||||
tnoremap <Esc> <C-\><C-n>
|
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
|
@ -1 +1 @@
|
|||||||
Subproject commit e02296e59f0a31972b2670066adf83d1e5ba27d9
|
Subproject commit 6e047f11861bfb6ec28a6ad0138a8f0a62bb8806
|
@ -1 +1 @@
|
|||||||
Subproject commit 373b15ecee49f1604350e77fa7b93a1ef1e20baf
|
Subproject commit a9a6493b1eeba458757903352e0d3dc4b54fd4f2
|
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
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -7,3 +7,9 @@
|
|||||||
[submodule ".config/zsh/.oh-my-zsh"]
|
[submodule ".config/zsh/.oh-my-zsh"]
|
||||||
path = .config/zsh/.oh-my-zsh
|
path = .config/zsh/.oh-my-zsh
|
||||||
url = https://github.com/ohmyzsh/ohmyzsh.git
|
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
1
.pyenv
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 37a6070855d7053c34441b01b79ac6133ae5e5d9
|
Loading…
Reference in New Issue
Block a user