Skip to content

Commit

Permalink
Fixed tagar reference in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Optixal committed Jun 26, 2021
1 parent fb6e513 commit 3199cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
plugged/
env/
deploy.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Use it as a regular text editor, with key information from [vim-airline](https:/

![Regular Text Editor Usage](https://user-images.githubusercontent.com/19287477/123475234-af6d9980-d62d-11eb-8698-4b19c73409cf.png)

Or use it as a full-fledged IDE, with autocompletion from [CoC](https://github.com/neoclide/coc.nvim), [NERDTree](https://github.com/preservim/nerdtree) filesystem explorer, and [Tagbar] window to browse tags and the structure of your file:
Or use it as a full-fledged IDE, with autocompletion from [CoC](https://github.com/neoclide/coc.nvim), a filesystem explorer from [NERDTree](https://github.com/preservim/nerdtree), and a side window from [Tagbar](https://github.com/preservim/tagbar) to browse tags and view the structure of the file you are working on:

![IDE Usage](https://user-images.githubusercontent.com/19287477/123474313-594c2680-d62c-11eb-9b6f-65eca8b3bf04.png)

Expand Down

0 comments on commit 3199cc6

Please sign in to comment.