minor style tweaks
This commit is contained in:
parent
1f81bc57df
commit
259139cf7e
@ -72,15 +72,15 @@ packer.startup {
|
||||
use {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
run = ':TSUpdate',
|
||||
event= 'BufRead',
|
||||
event = 'BufRead',
|
||||
config = function() require'configs.treesitter'.config() end
|
||||
}
|
||||
|
||||
-- Auto-close tags
|
||||
use { 'windwp/nvim-ts-autotag', after='nvim-treesitter' }
|
||||
use { 'windwp/nvim-ts-autotag', after = 'nvim-treesitter' }
|
||||
|
||||
-- Context-based auto commenting
|
||||
use { 'JoosepAlviste/nvim-ts-context-commentstring', after='nvim-treesitter' }
|
||||
use { 'JoosepAlviste/nvim-ts-context-commentstring', after = 'nvim-treesitter' }
|
||||
|
||||
--
|
||||
-- LSP
|
||||
|
Loading…
Reference in New Issue
Block a user