Updated nvim-tree config, devicons repo and replace with register repo

This commit is contained in:
josean-dev 2022-11-15 18:43:45 -04:00
parent de7061dd53
commit 3347137010
2 changed files with 6 additions and 6 deletions

View file

@ -41,7 +41,7 @@ return packer.startup(function(use)
-- essential plugins
use("tpope/vim-surround") -- add, delete, change surroundings (it's awesome)
use("vim-scripts/ReplaceWithRegister") -- replace with register contents using motion (gr + motion)
use("inkarkat/vim-ReplaceWithRegister") -- replace with register contents using motion (gr + motion)
-- commenting with gc
use("numToStr/Comment.nvim")
@ -50,7 +50,7 @@ return packer.startup(function(use)
use("nvim-tree/nvim-tree.lua")
-- vs-code like icons
use("kyazdani42/nvim-web-devicons")
use("nvim-tree/nvim-web-devicons")
-- statusline
use("nvim-lualine/lualine.nvim")

View file

@ -5,7 +5,7 @@ if not setup then
end
-- recommended settings from nvim-tree documentation
vim.g.loaded = 1
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- change color for arrows in tree to light blue
@ -34,7 +34,7 @@ nvimtree.setup({
},
},
},
-- git = {
-- ignore = false,
-- },
-- git = {
-- ignore = false,
-- },
})