Commit Diff


commit - bc8000f2376fb0b0754482b4777369346a18c4c2
commit + 5825b3906d3bf1576668e8d3034aafef49f406ad
blob - 2bbef8f489eef321e5d92c226404168b58103e18
blob + 4d9897c1f964183fc5a5af548b7f7ac849e13600
--- README.md
+++ README.md
@@ -1,23 +1,28 @@
 # Installation
 
-pkg install neovim xclip
-copy config/init.lua to ~/.config/nvim/
-mkdir -p ~/.config/nvim/sessions/
+On OpenBSD, just install required pacjages:
 
+    pkg install neovim xclip
+   
+    got clone ssh://anon@repo.vincentdelft.be/nvim
+    got checkout nvim.git 
+    cd nvim
+    cp config/init.lua to ~/.config/nvim/
+    mkdir -p ~/.config/nvim/sessions/
+
 # Configuration
 
 start nvim and make sure lazy update all packages at 1st run
 
 # Maintenance
 
-regularely update modules by doing in nvim: Lazy update
+regularely update modules by doing in nvim: `Lazy update`
 
 # Documentation
 
 This Neovim setup is designed for **Python development, shell scripting, HTML/CSS editing, and Markdown writing**.  
 It uses [lazy.nvim](https://github.com/folke/lazy.nvim) for plugin management and focuses on **LSP, autocompletion, Treesitter syntax highlighting, and session persistence**.
 
----
 
 ## Features
 
@@ -30,7 +35,6 @@ It uses [lazy.nvim](https://github.com/folke/lazy.nvim
 - 💾 **Sessions auto-save & restore** with `persistence.nvim`  
 - âš¡ **Completion engine** (`nvim-cmp`) with snippets, paths, buffer, emoji  
 
----
 
 ## Plugins