Skip to content

My Neovim Config. Notable plugins & featues: Telescope, Harpoon, Lazy, VimBeGood, Bright-flash text yank to system clipboard, and much, much more.

License

Notifications You must be signed in to change notification settings

LinuxUser255/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Config

Neovim-new


lua-logo neovim-logo-github

https://www.lua.org/

https://github.com/neovim

lazy.nvim

Pre-install Requirements:

Installation

NOTE Backup your previous configuration (if any exists)

  • Then clear out your current NeoVim configs
# First delete and remove your current/previous neovim files and dirs.
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim

  • Linux and Mac install
git clone https://github.com/LinuxUser255/nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim

Neovim's configurations are located under the following paths, depending on your OS:

OS PATH
Linux $XDG_CONFIG_HOME/nvim, ~/.config/nvim
MacOS $XDG_CONFIG_HOME/nvim, ~/.config/nvim

Post Install

Open Neovim

  • The regular way
nvim
nvim .
nvim --headless "+Lazy! sync" +qa

About

My Neovim Config. Notable plugins & featues: Telescope, Harpoon, Lazy, VimBeGood, Bright-flash text yank to system clipboard, and much, much more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages