Ehhhyo some more stuff added lol
This commit is contained in:
parent
c67973de2d
commit
213404514a
4 changed files with 4 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ return {
|
|||
init = function()
|
||||
local opts = { noremap = true, silent = true }
|
||||
-- Lua
|
||||
vim.keymap.set('n', '<A-o>', function()
|
||||
vim.keymap.set({ 'n', 't' }, '<A-o>', function()
|
||||
require('trouble').toggle()
|
||||
end, opts)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue