Skip to content

omroali/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration came from https://www.youtube.com/watch?v=ZjMzBd1Dqz8 Configuration github https://github.com/radleylewis/nvim/tree/master

Need to install ripgrep on ubuntu/debian


on first installation run, inside of lua/config/init.lua comment out all from require("config.options") onwards. then rerun with it uncommented, it should be fine after that.

Should mostly just work on the nvim side of things otherwise.

just need to install tmux and run a thing there though

in tmux config run

  • Ctrl-a, Shift-i

to start a tmux session, in terminal run tmux new -s someName

LSP dependencies

golang-go npm python3 luarocks

efm-langserver

npm install -g markdownlint-cli

Install nvim

curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf nvim-linux64.tar.gz

add into .bashrc

# nvim
export PATH="$PATH:/opt/nvim-linux64/bin"
alias vim='nvim'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages