feat: tried configuring fzf-lua
This commit is contained in:
parent
93caf0c971
commit
df5e333e31
5 changed files with 23 additions and 1 deletions
dotfiles/neovim/lua/my/plugins
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue