summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'