1
0
Fork 0

neovim: Use telescope symbol picker

This commit is contained in:
Jeremy Kaplan 2024-10-16 11:46:55 -04:00
commit e2e981bafc
3 changed files with 5 additions and 14 deletions

View file

@ -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 = {