aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-01-30 18:33:43 +0100
committerMateja <mail@matejamaric.com>2021-01-30 18:33:43 +0100
commit78cc7b861b49ebb380a41a826d9b48742a235042 (patch)
treef180c671995a9fa6bc58765099438fe94d7d7290
parentf43f79f0fedb77b5f3da4a321d9d9503573252aa (diff)
downloaddotfiles-78cc7b861b49ebb380a41a826d9b48742a235042.tar.gz
dotfiles-78cc7b861b49ebb380a41a826d9b48742a235042.zip
Update README.
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9a00bca..c54ceb7 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Configuration files for programs I use and used to use, including some helper sc
- ncmpcpp
- newsboat
-## Configuration files for programs I currently used:
+## Configuration files for programs I used:
- i3
- polybar
@@ -25,3 +25,10 @@ Configuration files for programs I use and used to use, including some helper sc
- mpd_show: Show currently playing song in pop-up.
- unmount-usb: Unmount currently mounted USB drive or one selected from list of currently mounted USB drives.
+
+## Note on Neovim!
+
+Neovim is the only program that requires some manual intervention on your part when using my dotfiles.
+
+- When you enter Neovim for the first time you need to run `:PlugInstall` to install plug-ins that I use.
+- If you are going to use `coc-phpactor` CoC extension, besides manually installing Phpactor, you need to go to `.config/nvim/coc-settings.json` and set `phpactor.path` variable.