diff options
author | Chris <[email protected]> | 2021-03-31 12:05:26 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-31 12:05:26 -0400 |
commit | a2028eca5b5168c877c49d94ccd26db380cc60aa (patch) | |
tree | f98e82d91e5137a88da6cbfa04fadd2bcbb0e6dc | |
parent | 029c7e5219705e40e82db9c78e50b7633e5ac3ac (diff) |
update
-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' |