Skip to content

e0328eric/AlmaNvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlmaNvim

This is my personal neovim configuration which can easily install in most computers. I test the bootstrap at both my macos machine and the arch linux virtual machine.

Installation

If you use some previous configuration, run the following commands.

mv ~/.local/share/nvim ~/.local/share/nvim-backup
mv ~/.config/nvim ~/.config/nvim-backup

Then run this command to install. You need git program to install this.

git clone https://github.com/e0328eric/AlmaNvim.git ~/.config/nvim

Colorscheme

The colorscheme setting is in after/plugin/colorscheme.lua. Since I am using wezterm with background image, the colorscheme is set by transparent background. If you do not want to use transparent background image, remove tribela/vim-transparent plugin from lua/almagest/plugin.lua.

return {
    -- ...
	"tribela/vim-transparent", -- remove or comment this line
    -- ...
}

About

My personal neovim configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published