lazyvim-starter

My configuration changes to https://github.com/LazyVim/starter
git clone https://git.eamoncaddigan.net/lazyvim-starter.git
Log | Files | Refs | README | LICENSE

commit 914c60ae75cdf61bf77434d2ad2fbf775efd963b
parent 741ff3aa70336abb6c76ee4c49815ae589a1b852
Author: Folke Lemaitre <folke.lemaitre@gmail.com>
Date:   Thu, 21 Mar 2024 17:47:04 +0100

fix: removed some outdated examples

Diffstat:
Mlua/plugins/example.lua | 20--------------------
1 file changed, 0 insertions(+), 20 deletions(-)

diff --git a/lua/plugins/example.lua b/lua/plugins/example.lua @@ -30,14 +30,6 @@ return { -- disable trouble { "folke/trouble.nvim", enabled = false }, - -- add symbols-outline - { - "simrat39/symbols-outline.nvim", - cmd = "SymbolsOutline", - keys = { { "<leader>cs", "<cmd>SymbolsOutline<cr>", desc = "Symbols Outline" } }, - config = true, - }, - -- override nvim-cmp and add cmp-emoji { "hrsh7th/nvim-cmp", @@ -71,18 +63,6 @@ return { }, }, - -- add telescope-fzf-native - { - "telescope.nvim", - dependencies = { - "nvim-telescope/telescope-fzf-native.nvim", - build = "make", - config = function() - require("telescope").load_extension("fzf") - end, - }, - }, - -- add pyright to lspconfig { "neovim/nvim-lspconfig",