aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-03-05 21:20:31 +0530
committersinanmohd <sinan@sinanmohd.com>2024-03-05 21:20:31 +0530
commit1c0947e578e0b5f8b8ed88571904190b16359ca7 (patch)
tree37f566b50b47cb917575de26e0693df8cf88443f
parenta4510024eed000719a5c8929c081a0d417c2061b (diff)
readme: reorder sections
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 94c9e57..7cf8a37 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,14 @@ manager instead, such as [nix](https://nixos.org/) or [apt](https://www.debian.o
if you are new to neovim, i'd recommend [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim)
instead
+# Installation
+
+```
+git clone https://git.sinanmohd.com/sinan.nvim ~/.config/nvim
+```
+
# Usage
+
To set up lsp for lua for example you have to install the language server
manually, if you you're using the [nix](https://nixos.org/download) package
manager that would be
@@ -18,8 +25,3 @@ nix shell nixpkgs#lua-language-server
To get an idea on how to add lsp support for your own tools, see commit
[7c3ef11](https://git.sinanmohd.com/sinan.nvim/commit/?id=7c3ef11e2ed4e8cdefe1cb80fd4837e1eb037d6c)
-
-# Installation
-```
-git clone https://git.sinanmohd.com/sinan.nvim ~/.config/nvim
-```