Skip to content

Commit 4a7722a

Browse files
committed
2024-09-01
1 parent cd9c823 commit 4a7722a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.vim/pack/tpope/start/commentary

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit c4b8f52cbb7142ec239494e5a2c4a512f92c4d07

.vim/plugged/commentary

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit c4b8f52cbb7142ec239494e5a2c4a512f92c4d07

.vimrc

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Plug 'raghur/vim-ghost', {'do': ':GhostInstall'}
100100
Plug 'roxma/nvim-yarp', v:version >= 800 && !has('nvim') ? {} : { 'on': [], 'for': [] }
101101
Plug 'roxma/vim-hug-neovim-rpc', v:version >= 800 && !has('nvim') ? {} : { 'on': [], 'for': [] }
102102
Plug 'itchyny/lightline.vim'
103+
Plug 'dense-analysis/ale'
103104

104105
call plug#end()
105106

0 commit comments

Comments
 (0)