summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-31 12:05:26 -0400
committerChris <[email protected]>2021-03-31 12:05:26 -0400
commita2028eca5b5168c877c49d94ccd26db380cc60aa (patch)
treef98e82d91e5137a88da6cbfa04fadd2bcbb0e6dc
parent029c7e5219705e40e82db9c78e50b7633e5ac3ac (diff)
update
-rw-r--r--README.md1
-rw-r--r--lua/plugins.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e1d141df..6b89d100 100644
--- a/README.md
+++ b/README.md
@@ -185,6 +185,7 @@ features when I have time
**LOW PRIORITY**
+- vim vsnips dir should be co-located with config
- list all binaries needed for formatters and linters
- add badges to readme
- Implement what I can from this java config:
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 7341295e..387e659d 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -46,6 +46,7 @@ return require('packer').startup(function(use)
use {'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'}
use 'p00f/nvim-ts-rainbow'
use {'lukas-reineke/indent-blankline.nvim', branch = 'lua'}
+ use 'nvim-treesitter/playground'
use 'JoosepAlviste/nvim-ts-context-commentstring'
use 'windwp/nvim-ts-autotag'