crisidev / lvim

Personal Neovim configuration based on LunarVim
Apache License 2.0
3 stars 0 forks source link
editor ide lsp lua lunarvim neovim

Deprecated in favour of https://github.com/crisidev/lazyvim - See https://lmno.lol/crisidev/lunarvim-lazyvim

🤟 Crisidev Neovim Configs 🤟

Personal Neovim configuration based on LunarVim.

Take what you need, it also comes warrant free 😊

Look and feel

Rust

Info

Installation

❯❯❯ git clone https://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick
❯❯❯ git clone https://github.com/crisidev/lvim.git $HOME/.homesick/dotfiles
❯❯❯ source "$HOME/.homesick/repos/homeshick/homeshick.sh"
❯❯❯ homeshick link lvim

Update mason-ensure-installed

❯❯❯ echo "$(cat ~/.local/state/lvim/mason.log |grep "Installation succee" |awk -F'for Package' '{print $2}' |sed 's/(name=//g'| sed 's/)//g' | sort -u |xargs)" > ~/.config/lvim/mason-ensure-installed

Update Mason installed plugins

❯❯❯ vim "+MasonInstall $(cat ~/.config/lvim/mason-ensure-installed)"