[UPDATED] python semantic token priority, blink config, wezterm tabline
This commit is contained in:
8
lua/plugins/blink.lua
Normal file
8
lua/plugins/blink.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"saghen/blink.cmp",
|
||||
opts = {
|
||||
keymap = {
|
||||
["<Tab>"] = { "select_and_accept", 'fallback' },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user