mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-13 04:51:15 +02:00
nvim: added renamer gui
This commit is contained in:
@@ -319,7 +319,7 @@ return require("lazy").setup({
|
||||
},
|
||||
|
||||
-- fix for cursorhold function
|
||||
'antoinemadec/fixcursorhold.nvim',
|
||||
-- 'antoinemadec/fixcursorhold.nvim',
|
||||
|
||||
-- showing color of hex values, etc
|
||||
{
|
||||
@@ -333,6 +333,7 @@ return require("lazy").setup({
|
||||
-- fileexplorer on the side
|
||||
{
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
cmd = "NvimTreeToggle",
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
@@ -560,6 +561,7 @@ return require("lazy").setup({
|
||||
"NvimTree",
|
||||
"Navbuddy",
|
||||
"FTerm",
|
||||
"",
|
||||
},
|
||||
})
|
||||
require("scrollbar.handlers.search").setup()
|
||||
@@ -597,6 +599,13 @@ return require("lazy").setup({
|
||||
end
|
||||
},
|
||||
|
||||
-- improved gui for renaming
|
||||
{
|
||||
'filipdutescu/renamer.nvim',
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
opts = {}
|
||||
},
|
||||
|
||||
},
|
||||
-- lazy.nvim configuration
|
||||
{
|
||||
|
Reference in New Issue
Block a user