using blink for autocomplete
This commit is contained in:
@@ -14,7 +14,24 @@ return {
|
||||
},
|
||||
|
||||
-- test new blink
|
||||
-- { import = "nvchad.blink.lazyspec" },
|
||||
{
|
||||
import = "nvchad.blink.lazyspec",
|
||||
},
|
||||
|
||||
{
|
||||
"saghen/blink.cmp",
|
||||
opts = {
|
||||
completion = {
|
||||
list = {
|
||||
selection = { preselect = false, auto_insert = false },
|
||||
},
|
||||
},
|
||||
keymap = {
|
||||
["<CR>"] = { "fallback" }, -- Enter only inserts newline, doesn't accept
|
||||
["<Tab>"] = { "select_and_accept", "snippet_forward", "fallback" }, -- Tab accepts
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
|
||||
Reference in New Issue
Block a user