feat: auto bracket
This commit is contained in:
@@ -41,6 +41,15 @@ return {
|
|||||||
list = {
|
list = {
|
||||||
selection = { preselect = false }
|
selection = { preselect = false }
|
||||||
},
|
},
|
||||||
|
accept = {
|
||||||
|
auto_brackets = {
|
||||||
|
enabled = true,
|
||||||
|
semantic_token_resolution = {
|
||||||
|
enabled = true,
|
||||||
|
timeout_ms = 400,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Default list of enabled providers defined so that you can extend it
|
-- Default list of enabled providers defined so that you can extend it
|
||||||
|
|||||||
Reference in New Issue
Block a user