Refactor neovim config #2

Merged
FunctionalHacker merged 40 commits from nvim-lua into master 2021-08-08 07:33:26 -05:00
Showing only changes of commit 4a6bd800d6 - Show all commits

View file

@ -43,7 +43,7 @@ require('packer').startup(function()
use 'nvim-lua/completion-nvim'
-- Treesitter syntax highlight
use {'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'}
use {'nvim-treesitter/nvim-treesitter', branch = '0.5-compat', run = ':TSUpdate'}
-- Formatter plugin
use 'sbdchd/neoformat'