feat(nvim): completion sources
This commit is contained in:
parent
b133b675f0
commit
e9aeacd1e6
9 changed files with 219 additions and 103 deletions
|
|
@ -3,7 +3,6 @@ return {
|
|||
'nvim-treesitter/nvim-treesitter',
|
||||
branch = 'main',
|
||||
build = ':TSUpdate all',
|
||||
lazy = false,
|
||||
init = function()
|
||||
vim.api.nvim_create_autocmd('FileType', {
|
||||
pattern = '*',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue