aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-12-14 21:47:59 +0800
committerjdhao <jdhao@hotmail.com>2021-12-14 21:47:59 +0800
commit9bac7fa4f70497106f47db463c9d5e1ab4722404 (patch)
treef3ea701bb916f358d71420093711c3a077b980a1
parent06910bac87cbb650f81cf9a715be057845a23136 (diff)
refactor: remove folding for init.vim
-rw-r--r--init.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.vim b/init.vim
index 834e26a..54b586a 100644
--- a/init.vim
+++ b/init.vim
@@ -1,4 +1,3 @@
-"{ Header info
" Description: This is my personal Nvim configuration supporting Mac, Linux
" and Windows, with various plugins configured. This configuration evolves as
" I learn more about Nvim and becomes more proficient in using Nvim. Since it
@@ -8,9 +7,7 @@
" built over time with a lot of polish.
" Author: Jie-dong Hao
" Email: jdhao@hotmail.com
-"}
-"{ Main configurations
let g:config_files = [
\ 'globals.vim',
\ 'options.vim',
@@ -23,4 +20,3 @@ let g:config_files = [
for s:fname in g:config_files
execute printf('source %s/core/%s', stdpath('config'), s:fname)
endfor
-"}