Initial commit
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal file
@ -0,0 +1,29 @@
|
||||
# Zakarya's Neovim Config
|
||||
|
||||
I decided to get into Neovim because I thought it would be funny, here is the result.
|
||||
|
||||
## To install:
|
||||
|
||||
For Unix-like systems (Linux, MacOS, etc.):
|
||||
|
||||
(Remember to back up any existing configuration)
|
||||
```bash
|
||||
cd ~/.config/nvim
|
||||
|
||||
git clone https://git.colormatic.org/zakarya/nvim-config.git .
|
||||
```
|
||||
|
||||
For Windows:
|
||||
Good luck.
|
||||
|
||||
For any other operating systems that I didn't mention:
|
||||
Have fun.
|
||||
|
||||
This configuration uses lazy.nvim for package management and Mason for collecting LSPs.
|
||||
|
||||
It also has formatting, autocomplete, and the Gruvbox theme.
|
||||
|
||||
**Special actions:**
|
||||
To activate the formatter, do `:Fmt`
|
||||
To open the file explorer window, do `:Exp`
|
||||
To enter the selected autocomplete selection, press `Tab`
|
Reference in New Issue
Block a user