summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2020-08-10 16:34:17 -0400
committerChris <[email protected]>2020-08-10 16:34:17 -0400
commitc9137db6971631102c487170f154bfadb817ccbb (patch)
treefb7889adff5af1a7c99291f513f7a4bcbead6131
parent017d6a4704fc49bb17ccfa28ca787087d5de65ca (diff)
update readme
-rw-r--r--README.md34
1 files changed, 16 insertions, 18 deletions
diff --git a/README.md b/README.md
index 9c21f0d7..8661db38 100644
--- a/README.md
+++ b/README.md
@@ -148,25 +148,12 @@ git config --global github.user <username>
## TODO
-- vimspector
-- ale
-
-## 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)
-- tpope/vim-dadbod
-- later manually link pylance
-- neovide
+- Better Documentation
## CoC extensions to check out
- coc-fzf
- coc-stylelintplus
-- coc-highlight (just for pick color, highlight is too slow)
- coc-floaterm
- coc-actions
- coc-bookmark
@@ -176,8 +163,19 @@ git config --global github.user <username>
- native lsp
- treesitter
-## Things to look into
+## LOW PRIORITY TODO
-**Python**
-https://realpython.com/python-debugging-pdb/ " breakpoint syntax is really cool
-also look into profiling as well
+If anyone reading this has any suggestions about implementing any of the following I will accept a PR, but these are not priority.
+
+- ale
+- multiple cursors
+- markdown table
+- spaceline (add colorscheme for mach2)
+- tpope/vim-dadbod
+- neovide
+- People asked about vimwiki I kinda hate it but maybe I'll add it
+- vimspector this is included but I don't plan on using it much
+ - can be used with jdb, pdb, gdb, etc...
+- later manually link pylance
+- resize with arrows in addition to meta
+- how to support meta key on for macOS?