Skip to content

terlim/astronvim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AstroNvim

My AstroNvim configuration

If you want to use AstroNvim, check out: AstroNvim

How to install my config

You can config AstroNvim in both .config/nvim/lua/user or .config/astronvim/lua/user. But I recommend doing the second method for easily reinstallation.

Install my config, use:

  git clone https://github.com/terlim/astrovim_config ~/.config/astronvim/lua/user

Another configuration method

Basically, AstroNvim provides us two way to make an user's customization. You can use an user/init.lua (which I'm using in another_method branch) or without a user/init.lua (which I'm using in main branch).

Notes: You can see that my another_method seems not in a single file because I split user/init.lua to many files and source it back to user/init.lua

Install another_method of my config, use:

  git clone -b another_method https://github.com/terlim/astrovim_config ~/.config/astronvim/lua/user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages