WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

CZakarya/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

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 One Dark theme.

Special actions:
To activate the formatter, do :Fmt
To open the file explorer window, do :Exp
To open a terminal pane, do :Term
To enter the selected autocomplete selection, press Tab
To see information on the word at the cursor, press Shift-K. You can also hover over it with your cursor.