Update .config/nvim/init.lua
Update .config/nvim/lazy-lock.json Add .config/nvim/lua/plugin/03_treesitter.lua Update .config/nvim/lua/plugin/20_completion.lua
This commit is contained in:
parent
025da5d36a
commit
2d7096e6cb
4 changed files with 12 additions and 0 deletions
8
private_dot_config/nvim/lua/plugin/03_treesitter.lua
Normal file
8
private_dot_config/nvim/lua/plugin/03_treesitter.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
branch = 'master',
|
||||
lazy = false,
|
||||
build = ":TSUpdate"
|
||||
},
|
||||
}
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
return {
|
||||
{ 'nvim-mini/mini.pairs', opts = {} },
|
||||
{
|
||||
'saghen/blink.cmp',
|
||||
dependencies = { 'rafamadriz/friendly-snippets' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue