nvim: comfier fuzzy sorter for telescope

This commit is contained in:
tastytea 2022-08-30 06:39:04 +02:00
parent 7135cc378c
commit 637ed9f4cb
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 7 additions and 0 deletions

View File

@ -85,6 +85,12 @@ require('packer').startup({ function(use)
cond = nerdfont_installed } cond = nerdfont_installed }
}, },
} }
use {
'https://github.com/nvim-telescope/telescope-fzf-native.nvim',
run = [[cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && \
cmake --build build --config Release && \
cmake --install build --prefix build]]
}
use { use {
'https://github.com/kyazdani42/nvim-tree.lua', 'https://github.com/kyazdani42/nvim-tree.lua',
tag = '*', tag = '*',

View File

@ -7,6 +7,7 @@ local telescope = require('telescope')
local t_actions = require('telescope.actions') local t_actions = require('telescope.actions')
telescope.load_extension('projects') telescope.load_extension('projects')
telescope.load_extension('dap') telescope.load_extension('dap')
telescope.load_extension('fzf')
telescope.setup({ telescope.setup({
mappings = { mappings = {