Neovim: Difference between revisions

m Fix neovim command
Tristan (talk | contribs)
Update how to set default editor
Line 119: Line 119:
# You have to add the line below to set it as the default editor:
# You have to add the line below to set it as the default editor:
</translate>
</translate>
environment.variables.EDITOR = "nvim";}}
programs.neovim.defaultEditor = true;}}


<translate>
<translate>