Changes in Nvim and Alacritty
This commit is contained in:
@@ -9,7 +9,11 @@ return {
|
||||
local wk = require("which-key")
|
||||
|
||||
wk.setup({
|
||||
opts = {},
|
||||
opts = {
|
||||
defaults = {
|
||||
["<leader>t"] = { name = "+vimtex" },
|
||||
},
|
||||
},
|
||||
})
|
||||
wk.register({
|
||||
n = {
|
||||
|
||||
Reference in New Issue
Block a user