aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-03-01 18:52:52 +0530
committersinanmohd <sinan@sinanmohd.com>2024-03-01 19:01:53 +0530
commit32f76c11be0556da1263b83b295e0381e6ee45f0 (patch)
treee25e5479e80d8a6ddc058f2688f988da5123cc4e
parent66f9dec9b9efdc8962f45dcb2f3ac97c27dd0ea2 (diff)
readme: init
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..40a7c98
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# sinan.nvim - sinan's neovim repo
+
+![sinan.nvin.png](https://static.sinanmohd.com/git/sinan.nvim.png)
+
+This repo contains my neovim configuration written in lua, this setup does not
+make use of mason to install language servers but relies on system package
+manager instead, such as [nix](https://nixos.org/) or [apt](https://www.debian.org/).
+if you are new to neovim, i'd recommend [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim)
+
+# Installation
+```
+git clone https://git.sinanmohd.com/sinan.nvim ~/.config/nvim
+```