diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | lua/plugins.lua | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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' |