lots of refactoring and a new cmp source for clj
This commit is contained in:
parent
d39b721a5c
commit
fffc2e3d46
12 changed files with 164 additions and 159 deletions
8
lua/custom/plugins/treesit.lua
Normal file
8
lua/custom/plugins/treesit.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
-- Highlight, edit, and navigate code
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
dependencies = {
|
||||
'nvim-treesitter/nvim-treesitter-textobjects',
|
||||
},
|
||||
build = ':TSUpdate',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue