Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My vimrc file

vimrc.basic

no plugin

vimrc.plugin

Install plugins with Plug

To enable functions on python:

# Install pyright
pip install pyright 

Configure ALE

cat << EOF > ~/.vim/ftplugin/python.vim
let b:ale_linters = ['pyright']
EOF

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages