change accept autocomplete with TAB to CTRL+l
This commit is contained in:
parent
14da6a657b
commit
36fe97222a
3 changed files with 9 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
lazy = false,
|
||||
-- event = { "BufReadPost", "BufNewFile" },
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
require("nvim-treesitter").setup({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue