neovim: Use telescope symbol picker
This commit is contained in:
parent
ddc00ee9fd
commit
e2e981bafc
3 changed files with 5 additions and 14 deletions
|
|
@ -87,19 +87,6 @@ return {
|
|||
{ "<Leader>gh", ":OpenInGHFile<CR>", mode = {"v"} },
|
||||
},
|
||||
},
|
||||
{
|
||||
"chrisbra/unicode.vim",
|
||||
lazy = false,
|
||||
dependencies = {
|
||||
"junegunn/fzf",
|
||||
},
|
||||
keys = {
|
||||
{ "<C-G><C-F>", "<Plug>(UnicodeFuzzy)<cr>", mode = "i" },
|
||||
},
|
||||
init = function()
|
||||
vim.g.Unicode_no_default_mappings = 1
|
||||
end,
|
||||
},
|
||||
{
|
||||
"junegunn/vim-easy-align",
|
||||
keys = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue