diff options
author | Chris <[email protected]> | 2020-08-08 01:47:57 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-08 01:47:57 -0400 |
commit | 8f8e735aac5cbdbaf6253f4eefa64dcc6bdc4d4b (patch) | |
tree | 248395fb8da2e6e40ea6b56856aa35c5ef8ed41a /README.md | |
parent | 8c7703d72e3b554a95f9f6a4e612a8a748f19bac (diff) |
added vim gists
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -132,15 +132,23 @@ To use tabnine enter the following in a buffer: TabNine::config ``` +## Vim Gists + +To use **vim-gists** you will need to configure the following: + +``` +git config --global github.user <username> +``` + ## TODO - vimspector - ale -- multiple cursors ## LOW PRIORITY - git messenger +- multiple cursors - markdown table - People asked about vimwiki I kinda hate it but maybe I'll add it - spaceline (add colorscheme for mach2) |