Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.95 KB

README.md

File metadata and controls

73 lines (50 loc) · 1.95 KB

Neovim configuration

Installing neovim from the debian bookworm packages only provides v0.7.2

The debian package included in this repo will install v0.10.4.

The nvim configuration files are within the nvim directory.

Plugins included:

Neovim Installation

Source: LazyVim

  • Make a backup of your current Neovim files:
# required
mv ~/.config/nvim{,.bak}

# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
  • Clone the justaguylinux nvim packages
git clone https://github.com/drewgrif/nvim
  • Remove the .git folder, so you can add it to your own repo later
rm -rf ~/.config/nvim/.git

Installing neovim from this github

sudo apt install ~/.config/nvim/nvim-linux-x86_64.deb

NOTE: You may have to UPDATE the Lazy

  • After installing and running neovim
  • Type :Lazy to access the LazyVim menu.
  • Type "U" to update.

Note

I recommend installing FZF and ripgrep. sudo apt install fzf ripgrep

2024-07-12_12-16

!! note if there is a markdown preview error you may way to :call mkdp#util#install()