summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2024-12-07 08:48:56 +0100
committerJohannes Ranke <johannes.ranke@jrwb.de>2024-12-07 08:48:56 +0100
commit12253d3e7c209f6aa77fe58e95a644eb355e1548 (patch)
tree28eec5029716e38ce2decda13b6da02f3bfc658b /README.md
parent7574a02db9487ca02b15d17d01066c5d5ea8f83c (diff)
Configure airline et al., remap <Leader> to backslashnvim-lua
Having <Space> as a <Leader> lead to a large lag (known for neovim with the configuration).
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index 6339a3c..4fb9708 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,7 @@ cd dotfiles
make
```
-This will download the [vim-plug](https://github.com/junegunn/vim-plug) plugin
-manager from github if not already present at .vim/autoload. To install the
-plugins, open vim and type
-
-```vim
-:PlugInstall
-```
+If you have previously managed your vim plugins as in the former version of
+my dotfiles, i.e. using a link from the `.vim` directory to `.config/nvim`,
+you need to remove that link before running `make`, as a new link from
+`dotfiles/nvim` to `.config/nvim` will be created.

Contact - Imprint