diff --git a/init.vim b/init.vim index 30e893f..9435c0a 100644 --- a/init.vim +++ b/init.vim @@ -14,13 +14,13 @@ "{ Header and Licence "{{ header info -" Description: This is my Neovim configuration which supports 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 is -" very long (more than 1000 lines!), you should read it carefully and -" take only the settings and options which suits you. I would not recommend -" downloading this file and replace your own init.vim. Good configurations are -" built over time and take your time to polish. +" Description: This is my personal Neovim 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 +" is very long (more than 1000 lines!), you should read it carefully and take +" only the settings and options that suits you. I would not recommend cloning +" this repo and replace your own config. Good configurations are personal, +" built over time with a lot of polish. " Author: Jie-dong Hao " Email: jdhao@hotmail.com "}}