mirror of
https://github.com/macocianradu/setup.git
synced 2026-07-16 10:38:46 +00:00
replaced telescope with snacks
This commit is contained in:
@@ -18,10 +18,6 @@ vim.opt.rtp:prepend(lazypath)
|
||||
-- Setup lazy.nvim
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{
|
||||
'nvim-telescope/telescope.nvim',
|
||||
dependencies = { 'nvim-lua/plenary.nvim' }
|
||||
},
|
||||
{
|
||||
'neanias/everforest-nvim',
|
||||
config = function()
|
||||
@@ -92,7 +88,6 @@ require("lazy").setup({
|
||||
},
|
||||
},
|
||||
'tpope/vim-surround',
|
||||
'nvim-telescope/telescope-ui-select.nvim',
|
||||
'sphamba/smear-cursor.nvim',
|
||||
{
|
||||
"folke/persistence.nvim",
|
||||
@@ -123,7 +118,6 @@ require("lazy").setup({
|
||||
"folke/snacks.nvim",
|
||||
'lewis6991/gitsigns.nvim',
|
||||
'tpope/vim-projectionist',
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
{
|
||||
"NeogitOrg/neogit",
|
||||
dependencies = {
|
||||
@@ -131,16 +125,6 @@ require("lazy").setup({
|
||||
},
|
||||
config = true
|
||||
},
|
||||
{
|
||||
'nvimdev/dashboard-nvim',
|
||||
event = 'VimEnter',
|
||||
config = function()
|
||||
require('dashboard').setup {
|
||||
-- config
|
||||
}
|
||||
end,
|
||||
dependencies = { { 'nvim-tree/nvim-web-devicons' } }
|
||||
},
|
||||
'neovim/nvim-lspconfig',
|
||||
{
|
||||
'nvim-lualine/lualine.nvim',
|
||||
|
||||
Reference in New Issue
Block a user