Compare commits

...

9 Commits
main ... neovim

Author SHA1 Message Date
NIUZHAOLONG
489b3fcb3b move vimrc to init.vim 2025-01-10 22:47:08 +08:00
NIUZHAOLONG
c8c30d7427 remove vim-orgmode module 2025-01-10 22:42:07 +08:00
wn
ca45cee901
add guifontwide 2024-05-12 20:40:20 +08:00
wn
a4ac3631bb
Merge branch 'main' into my_linuxmint 2024-05-06 14:42:13 +08:00
wn
53712f663b
Merge branch 'main' into my_linuxmint 2024-05-06 13:33:57 +08:00
wn
42f9824183
Merge branch 'main' into my_linuxmint 2024-05-06 12:23:08 +08:00
wn
45a7c8b62f
Merge branch 'main' into my_linuxmint 2024-05-05 23:44:19 +08:00
wn
9d14aaa0d0
Merge branch 'main' into my_linuxmint 2024-05-05 23:25:23 +08:00
wn
33e7cb1ed4
Turn on airline on linux 2024-05-05 22:50:30 +08:00
3 changed files with 3 additions and 5 deletions

3
.gitmodules vendored
View File

@ -22,9 +22,6 @@
[submodule "pack/ftplugin/start/typst.vim"]
path = pack/ftplugin/start/typst.vim
url = https://github.com/kaarmu/typst.vim.git
[submodule "pack/ftplugin/start/vim-orgmode"]
path = pack/ftplugin/start/vim-orgmode
url = https://github.com/jceb/vim-orgmode.git
[submodule "pack/plugin/start/vim-surround"]
path = pack/plugin/start/vim-surround
url = https://github.com/tpope/vim-surround.git

View File

@ -9,5 +9,7 @@ runtime! vimrc.d/0*.vim
runtime! vimrc.d/30-Easymotion.vim
runtime! vimrc.d/31-NerdTree.vim
runtime! vimrc.d/32-ale.vim
" runtime! vimrc.d/33-airline.vim " This will cause startup delay.
runtime! vimrc.d/33-airline.vim " This will cause startup delay.
runtime! vimrc.d/34-ultisnips.vim
set guifontwide=Noto\ Sans\ Mono\ CJK\ SC

@ -1 +0,0 @@
Subproject commit 83982349e45e6d27d186ad82050f86c3233a16f0