Vim: Difference between revisions

imported>CideM
Add a note about customizing the Git branch
imported>Mickours
Add link to a working Home manager NeoVim config for Python
Line 28: Line 28:


See [https://github.com/rycee/home-manager/blob/master/modules/programs/vim.nix] for the full set of options.
See [https://github.com/rycee/home-manager/blob/master/modules/programs/vim.nix] for the full set of options.
==== NeoVim with Coc for Python ====
For NeoVim use this home manager config:
https://github.com/NixOS/nixpkgs/issues/98166#issuecomment-725319238


== Custom setup without using Home Manager ==
== Custom setup without using Home Manager ==
Line 149: Line 154:
=== Vim as a Python IDE ===
=== Vim as a Python IDE ===


The following snippet will make a full featured python IDE:
The following snippet will make a full featured python IDE.
 
==== Using language client ====


<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">