home: vim: telescope: add LSP handler

This commit is contained in:
Bruno BELANYI 2022-03-08 20:57:28 +01:00
parent 4c5c9deaae
commit 8d4a1e61b4
2 changed files with 2 additions and 0 deletions

View file

@ -13,4 +13,5 @@ telescope.setup({
})
telescope.load_extension("fzf")
telescope.load_extension("lsp_handlers")
EOF