Skip to content

ethangraham2001/neovim-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvim Config

Cloning

Clone into ~/.config/nvim. Or something else and make a soft-link, but the directory must match. packer.nvim must be installed. Run :PackerSync to install plugins.

Changing colorscheme

:lua ColorScheme('theme-name')

Configured options are

  • 'gruvbox'
  • 'dayfox'
  • 'carbonfox'
  • 'monokai-pro'

Or using <leader>nc to cycle through colors round-robin.

Options available in packer.lua

Activating Transparency

Background is opaque by default. Activate transparency using

:lua TransparentBackground(true)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages