replaced telescope with snacks

This commit is contained in:
Radu Macocian
2026-04-22 11:02:23 +02:00
parent 802cc1dcfc
commit 12db5d84f4
6 changed files with 104 additions and 102 deletions
-16
View File
@@ -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',