Skip to content

pateash/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim Configuration files

step-1

clone repository in root ~/.config as nvim/

step-2

install powerline fonts

for ubuntu/linux

sudo apt-get install fonts-powerline

for mac

brew tap homebrew/cask-fonts
brew install --cask font-ubuntu-mono-derivative-powerline

alternative instructions- https://medium.com/@elviocavalcante/5-steps-to-improve-your-terminal-appearance-on-mac-osx-f58b20058c84

download directly ubuntuMono - ( ttf file) ( already downloaded in mac_config repo ) https://github.com/powerline/fonts/tree/master/UbuntuMono

Setting Fonts

  • for iterm -> follow above Medium link

  • for VimR -> just install powerline font ( present in mac_config repo) on mac, and set font in VimR Preferences

for NeoVim in Iterm install font and set in iterm ( already added in settings in iterm_profiles gist)

Vim Plug for Plugin Management

Commands

:PlugInstall # installing plugin
:PlugClean # removing plugins which are not there in .vimrc/init.vim
:PlugUpdate # update version of plugins

Copy and pasting from system clipboard to Vim and vice-versa(if we are not in a termal where we can use right click to copy/paste)

Issues

if we are getting Error,

Warning: Failed to set locale category LC_NUMERIC to en_IN

add following to .profile ( have already added in mac_config just softlink

export LC_ALL=en_US.UTF-8

Ctags

Install ctags which are used for right panel in neovim

brew install ctags
  • only installing ctags might not work in vimr, so added this as well in vim config ( might want to update version if required, check
ctags --version

added following in nvim_configs.vim

let g:tagbar_ctags_bin='/opt/homebrew/Cellar/ctags/5.8_2/bin/ctags'

COC config

  • install coc.nvim ( already in plugins file )
  • install coc support (e.g. python and scala)
:CocInstall coc-python coc-metals

About

neovim configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published