1
Fork 0

feat: tried configuring fzf-lua

This commit is contained in:
Matei Adriel 2022-01-31 22:54:22 +02:00
parent 93caf0c971
commit df5e333e31
5 changed files with 23 additions and 1 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -2,7 +2,7 @@ local M = {}
-- Use a loop to conveniently call 'setup' on multiple servers and
-- map buffer local keybindings when the language server attaches
local servers = { "tsserver" "purescriptls" }
local servers = { "tsserver", "purescriptls" }
function M.map(buf, mode, lhs, rhs, opts)
local options = { noremap=true, silent=true }