Skip to content

frbuccoliero/nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

nvim configuration file

for Mac

brew install nvim

for Ubuntu

see this

for Win

🤣

add init.vim file

  • create a "nvim" dir in
~/.config
  • copy paste this init.vim file in
~/.config/nvim 

install Vim Plug

see this

install live_grep

see this

make sure that you have Python3.6+ installed

specify your Py directory in init.vim configuration file

let g:python3_host_prog = '/usr/local/bin/python3'

you have to put your Py3 dir

make sure to have deoplete dependences installed

see this

open init.vim file with nvim

nvim init.vim

run PlugInstall inside nvim

:PlugInstall

check plugin health (Telescope, ...) inside nvim

:checkhealth Telescope

install Lsp server in nvim

:LspInstallServer

enjoy being a man

🤭

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%