Compare commits

..

2 Commits

Author SHA1 Message Date
20ab2e4d2f add new plugin, fern 2024-09-22 15:39:08 +09:00
9e41e78842 sets python indent to 2 2024-09-22 15:26:57 +09:00
4 changed files with 11 additions and 0 deletions

3
.gitmodules vendored
View File

@ -28,3 +28,6 @@
[submodule "bundle/vim-transparent"]
path = bundle/vim-transparent
url = https://github.com/tribela/vim-transparent
[submodule "bundle/vim-fern"]
path = bundle/vim-fern
url = https://github.com/lambdalisue/vim-fern

6
.vimrc
View File

@ -100,3 +100,9 @@ let g:UltiSnipsExpandTrigger="<tab>"
let g:UltiSnipsJumpForwardTrigger="<tab>"
let g:UltiSnipsJumpBackwardTrigger="<S-tab>"
let g:UltiSnipsEditSplit="vertical"
"
" ---- plugin: Fern
"
nmap <Space>f :Fern . -drawer -reveal=%<CR>

1
bundle/vim-fern Submodule

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

1
indent/python.vim Normal file
View File

@ -0,0 +1 @@
set shiftwidth=2