howard0615 / nvimrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Howard's init.lua

This nvim is based on THePrimeagen's nvim_rc This is my new RC. There is no video yet.

Change Log

cd1167a

  • added another remap, tf (leader test file), to run the entire file using neotest

Needed package install

ripgrep npm luarocks

How to install neovim

install

Install environment oh-my-zsh

sudo apt install vim curl git
sudo apt install zsh
chsh -s $(which zsh)

# install oh-my-zsh
wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
sh install.sh

# install powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

# install fonts-powerline
sudo apt install fonts-powerline

# edit .zshrc and add in
ZSH_THEME="powerlevel10k/powerlevel10k"

# back to terminal
source ~/.zshrc

p10k configure

About


Languages

Language:Lua 99.7%Language:Shell 0.3%