mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-18 04:16:27 +00:00
Disable fzf
This commit is contained in:
parent
954738573d
commit
21c33a47f8
@ -191,6 +191,7 @@ return require('packer').startup(function()
|
|||||||
},
|
},
|
||||||
config = function() require("plugins.telescope") end,
|
config = function() require("plugins.telescope") end,
|
||||||
}
|
}
|
||||||
|
--[[
|
||||||
use {
|
use {
|
||||||
'junegunn/fzf',
|
'junegunn/fzf',
|
||||||
run = ":call fzf#install()",
|
run = ":call fzf#install()",
|
||||||
@ -227,6 +228,7 @@ return require('packer').startup(function()
|
|||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
--]]
|
||||||
|
|
||||||
-- Filetypes
|
-- Filetypes
|
||||||
use "ViViDboarder/vim-forcedotcom"
|
use "ViViDboarder/vim-forcedotcom"
|
||||||
|
Loading…
Reference in New Issue
Block a user