Lualine shows lsp_status, fzf-lua moved up
This commit is contained in:
@@ -125,6 +125,15 @@ require("lazy").setup({
|
||||
},
|
||||
},
|
||||
|
||||
-- fzf-lua
|
||||
{
|
||||
"ibhagwan/fzf-lua",
|
||||
-- optional for icon support
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
config = true,
|
||||
},
|
||||
|
||||
|
||||
-- neogit setup
|
||||
{
|
||||
"NeogitOrg/neogit",
|
||||
@@ -215,19 +224,6 @@ require("lazy").setup({
|
||||
-- comfortable table editing, esp. used in orgmode
|
||||
{ 'dhruvasagar/vim-table-mode' },
|
||||
|
||||
-- fzf-lua
|
||||
{
|
||||
"ibhagwan/fzf-lua",
|
||||
-- optional for icon support
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
config = function()
|
||||
-- calling `setup` is optional for customization
|
||||
local fzf = require("fzf-lua")
|
||||
fzf.setup({ "default-title" })
|
||||
fzf.register_ui_select()
|
||||
end
|
||||
},
|
||||
|
||||
-- which-key
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
|
||||
Reference in New Issue
Block a user