Skip to content

Neovim configurations for support autocomplete and language server for solidity and python

Notifications You must be signed in to change notification settings

MohamedFawzy/Neovim-Plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neovim-Plugins

Neovim configurations for support autocomplete and language server for solidity and python

Clone the repo into .config/nvim Then nvim.init and :PlugInstall Moreover, to support python language server you need to run the following apt install nodejs

apt install npm -g

cd ~/.local/share/nvim/plugged/coc.nvim

yarn install

yarn build

then you need to install jedi language server for nvim to support python autocomplete

pip3 install jedi

if everything works fine you should see something like this

alt text

About

Neovim configurations for support autocomplete and language server for solidity and python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published