Chris 4 tahun lalu
induk
melakukan
a2028eca5b
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 1 0
      README.md
  2. 1 0
      lua/plugins.lua

+ 1 - 0
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:

+ 1 - 0
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'