mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-26 13:07:45 +01:00
nvim: lets use the old renamer
This commit is contained in:
parent
7064596d76
commit
e7e259e487
@ -448,7 +448,7 @@ return require("lazy").setup({
|
||||
|
||||
-- additional quote/parantheses funtions
|
||||
{
|
||||
"kylechui/nvim-surround",
|
||||
'kylechui/nvim-surround',
|
||||
opts = {}
|
||||
},
|
||||
|
||||
@ -576,23 +576,26 @@ return require("lazy").setup({
|
||||
|
||||
-- list of errors
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
'folke/trouble.nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
opts = {}
|
||||
},
|
||||
|
||||
-- rename files in buffer
|
||||
{ 'qpkorr/vim-renamer' },
|
||||
|
||||
-- simple start screen
|
||||
{
|
||||
"startup-nvim/startup.nvim",
|
||||
'startup-nvim/startup.nvim',
|
||||
dependencies = {
|
||||
{
|
||||
"nvim-telescope/telescope-file-browser.nvim",
|
||||
'nvim-telescope/telescope-file-browser.nvim',
|
||||
config = function()
|
||||
require("telescope").load_extension "file_browser"
|
||||
end
|
||||
},
|
||||
"nvim-telescope/telescope.nvim",
|
||||
"nvim-lua/plenary.nvim" },
|
||||
'nvim-telescope/telescope.nvim',
|
||||
'nvim-lua/plenary.nvim' },
|
||||
config = function()
|
||||
require("startup").setup()
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user