diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-02-08 14:52:25 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-02-08 14:52:25 +0100 |
| commit | e9deef89b089934f075ee2c8497f23389d49467e (patch) | |
| tree | 18b44ddaba46f44300ae558eeede4028755c9a9f /README.md | |
| parent | 66124eda7538ebe7f94fa653e2c978ca43256ea1 (diff) | |
📚docs: created a proper readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 43 |
1 files changed, 41 insertions, 2 deletions
@@ -1,2 +1,41 @@ -# nvim-config -my neovim config +<h1> + <p align="center"> + <a href="https://neovim.io/"> + <img src="https://raw.githubusercontent.com/neovim/neovim.github.io/master/logos/neovim-logo-300x87.png" alt="Logo" height="100"> + </a> + </p> +</h1> + +This repository contains my custom config for [Neovim](https://neovim.io/). + +## Requirements + +- Neovim >= **0.9.0** (needs to be built with **LuaJIT**) +- Git >= **2.19.0** (for partial clones support) +- a [Nerd Font](https://www.nerdfonts.com/) +- a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter#requirements) +- [Silicon](https://github.com/Aloxaf/silicon.git) for amazing images of your code + +## Installation + +- Make a backup of your current Neovim files: + + ```shell + mv ~/.config/nvim ~/.config/nvim.bak + mv ~/.local/share/nvim ~/.local/share/nvim.bak + ``` + +- Clone the starter + + ```shell + git clone https://github.com/ndpm13/nvim-config.git ~/.config/nvim + ``` + +## Screenshot + + + + +## Credits + +This configuration uses [Lazy.nvim](https://github.com/folke/lazy.nvim), which is licensed under the [Apache 2.0 License](https://github.com/folke/lazy.nvim/blob/main/LICENSE). It also relies on the amazing Neovim plugin ecosystem (for a full list of plugins, see the [lazy-lock.json](./lazy-lock.json) file). |
