aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-24update spell filejdhao
2020-09-24fix doc syntax issuesjdhao
2020-09-24fix style issues as per vintjdhao
2020-09-24Merge branch 'master' of https://github.com/jdhao/nvim-configjdhao
2020-09-24update LeaderF settingsjdhao
2020-09-24remove search highlight toggle mappingjdhao
2020-09-23Update Nvim_setup.shjdhao
2020-09-23update fvim settingsjdhao
2020-09-23remove guicursor settingjdhao
It seems that put guicursor setting here has no effect. The cursor color and shape won't change.
2020-09-23move guicursor setting to option.vimjdhao
2020-09-23update grammarous settingjdhao
2020-09-22move guicursor setting to ginit.vimjdhao
2020-09-22change yank highlight groupjdhao
2020-09-22update highlight group for yank to Searchjdhao
highlight group IncSearch is a little bit dim. I want the yank highlight to be brighter
2020-09-21add abort for functionsjdhao
2020-09-20clean <silent> usage in mappingsjdhao
2020-09-20fix syntax errorjdhao
2020-09-20add grammar checking pluginjdhao
2020-09-19use internal yank highlight instead of pluginsjdhao
2020-09-17use larger length for a line of codejdhao
2020-09-02command mode mappings do not need <silent> argjdhao
2020-09-02remove global setting since it is not used anywayjdhao
2020-08-30add HTML font tag for Markdown snippetjdhao
2020-08-30add HTML font tag for Markdownjdhao
2020-08-24update LeaderF settingsjdhao
2020-08-19update LeaderF settingsjdhao
2020-08-19update leaderf settingsjdhao
2020-08-12Update README.mdjdhao
2020-08-12Update Nvim_setup.shjdhao
2020-08-12Only Install vim-plug on Windows or Mac inside configjdhao
2020-08-11fix markdownfootnote issue jdhao
see https://github.com/vim-pandoc/vim-markdownfootnotes/issues/22 for the details
2020-07-29remove IME toggle for Mac(it cause more issues than it solvesjdhao
2020-07-29update plugin settings (leaderf and semshi)jdhao
2020-07-29update airline themejdhao
2020-07-29update color themejdhao
2020-07-21update readmejdhao
2020-07-15update airlinethemejdhao
2020-07-13update vim-airline themejdhao
2020-06-19update ale settingjdhao
2020-06-19Update nerdtree repo namejdhao
2020-05-25add more kbd tag snippetsjdhao
2020-05-25Update markdown.snippetsjdhao
2020-05-23Update ginit.vimjdhao
2020-05-23Update ginit.vimjdhao
2020-05-22remove supertabsjdhao
2020-05-22Update options.vimjdhao
2020-05-22remove number toggle pluginjdhao
2020-05-22toggle relative number based on autocmd eventsjdhao
2020-05-18update max syntax column for Markdownjdhao
This value is set to a large number mainly for long Chinese paragraphs. Since I do not want to hard-wrap long Chinese paragraphs, some paragraphs tend to be long in raw bytes.
2020-05-13do not set clipboard when no provider is foundjdhao
When there is no clipboard provider but we set the `clipboard` option, using the `:yank` command will produce a warning message. We need to check if a clipboard provider exists before setting up the clipboard option, see also [this issue](https://github.com/neovim/neovim/issues/12305).