Enabled lua LSP, might not want that as the lsp server is kinda sus.

made a fake treesitter language to help debug zig's terrible
implementation.
This commit is contained in:
2022-11-26 22:20:41 -08:00
parent 077e070958
commit f730875af9
3 changed files with 33 additions and 18 deletions
+1
View File
@@ -15,4 +15,5 @@ return require('packer').startup(function(use)
use 'neovim/nvim-lspconfig'
use { 'nvim-telescope/telescope.nvim', tag = '0.1.0', requires = {{'nvim-lua/plenary.nvim'}} }
use { 'windwp/nvim-autopairs' }
use { 'nvim-treesitter/playground', requires = {{'nvim-treesitter/nvim-treesitter'}} }
end)