aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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).
2020-05-11docs: update READMEjdhao
2020-05-10remove arrow key nope mapping.jdhao
Now I am familiar with h,j,k,l, I do not need to force myself to use them.
2020-05-08Remove dictionary.jdhao
2020-05-08remove dictionary completionjdhao
Dictionary completion is rather useless and hangs Neovim when accidentally triggered. It is better to remove it entirely.
2020-05-07Update README.mdjdhao
2020-05-07Set theme jekyll-theme-midnightjdhao
2020-05-06Update utils.vimjdhao
2020-05-05update spell filejdhao
2020-05-05update titlestring stylejdhao
2020-04-29add new mapping to toggle cursorcolumnjdhao
2020-04-29update: add function to toggle cursorcolumnjdhao
2020-04-28fix: add variable scopejdhao
2020-04-26remove marks pluginjdhao
I added the marks plugin to my config because back then I do not know how to go back to my previous edit position. Now my vim knowledge grows, and I know how to use `g;` and `g,` to go back and forth the change history. There is now little use to use marks plugin any more.