nvim: comfier fuzzy sorter for telescope
This commit is contained in:
parent
7135cc378c
commit
637ed9f4cb
|
@ -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 = '*',
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user