mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: some qol crap
This commit is contained in:
parent
867159343a
commit
94cc7bed34
34 changed files with 433 additions and 598 deletions
|
@ -3,10 +3,6 @@ local M = {
|
|||
}
|
||||
|
||||
M.config = function()
|
||||
local config = require("fzf-lua.config")
|
||||
local actions = require("trouble.sources.fzf").actions
|
||||
config.defaults.actions.files["ctrl-q"] = actions.open
|
||||
|
||||
local fzf_lua = require("fzf-lua")
|
||||
|
||||
-- Basic fzf-lua setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue