From 5dc6116ebfa2e827a81cab987625cb16ec5334b7 Mon Sep 17 00:00:00 2001 From: wolandark Date: Wed, 6 Nov 2024 18:41:30 +0330 Subject: [PATCH] Remove LeaderF Plugin Since FZF Exists --- README.md | 3 +-- wim-vim | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c1cc495..8f32912 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,6 @@ The purpose of this project is to not only provide an IDE-like vimrc, but also t - Note: This config will definitely work with Vim 8.0 and later, but don't miss out on the great features of Vim 9.1! Grab the latest Vim! - Nodejs - npm -- Python (For Compiling The Leaderf C Extension) **Example:**
Debian:
@@ -208,7 +207,7 @@ If you plan to use Vim from the terminal, FOR THE LOVE OF CHRIST USE ITERM! imageStartify Dashboard imageDiagnostics - imageLeaderf + %% imageLeaderf imageFloating Terminal diff --git a/wim-vim b/wim-vim index 6118164..7a0576b 100644 --- a/wim-vim +++ b/wim-vim @@ -59,7 +59,6 @@ Plug 'godlygeek/tabular' Plug 'markonm/traces.vim' Plug '907th/vim-auto-save' Plug 'mhinz/vim-startify' -Plug 'Yggdroot/LeaderF', { 'do': ':LeaderfInstallCExtension' } Plug 'ubaldot/vim-highlight-yanked' " Jumping Around