home: vim: telescope: add LSP handler
All checks were successful
continuous-integration/drone/push Build is passing

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

View file

@ -84,6 +84,7 @@ in
gitsigns-nvim # Fast git UI integration
which-key-nvim # Show available mappings
telescope-fzf-native-nvim # Use 'fzf' fuzzy matching algorithm
telescope-lsp-handlers-nvim # Use 'telescope' for various LSP actions
telescope-nvim # Fuzzy finder interface
];

View file

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