[UPDATED] python semantic token priority, blink config, wezterm tabline

This commit is contained in:
Daveanand Mannie
2025-03-19 10:48:39 -04:00
parent 63d1472eaa
commit 77157babde
3 changed files with 11 additions and 2 deletions

8
lua/plugins/blink.lua Normal file
View File

@@ -0,0 +1,8 @@
return {
"saghen/blink.cmp",
opts = {
keymap = {
["<Tab>"] = { "select_and_accept", 'fallback' },
},
},
}

View File

@@ -35,6 +35,7 @@ return {
LazyVim.lsp.on_attach(function(client, _)
client.server_capabilities.hoverProvider = true
end, "basedpyright")
vim.api.nvim_set_hl(0, "@lsp.type.decorator.python", { link = "Normal" })
end,
},
},