Skip to content

0xj0hannes/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

init.vim for Neovim

dependencies

vim-plug

init.vim using vim-plug for plugin manager.

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

https://github.com/junegunn/vim-plug

Install Plugins

#open nvim and hit this command below
:PlugInstall

nodejs

coc.nvim need nodejs for Language server

#Mac
brew install nodejs 
#Ubuntu
curl -fsSL https://deb.nodesource.com/setup_17.x | sudo -E bash -
sudo apt-get install -y nodejs

Setup haskell Language Server

https://github.com/neoclide/coc.nvim/wiki/Language-servers#haskell

nerd fonts

fern needs nerd icon for colord file name and funcy icons. https://www.nerdfonts.com/ ''' mkdir -p ~/.local/share/fonts cp HackNerdFont.ttf ~/.local/share/fonts/ fc-cache -f -v fc-list | grep Hack '''

About

This is my personal configuration of nvim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published