Joosep Jääger
de3758e31a
neovim: fix a typo in the generated init.lua ( #3252 )
...
neovim complains when having both an init.lua and an init.vim
2022-09-23 13:33:17 +02:00
Matthieu Coudron
353d21e108
neovim runtime ( #3168 )
2022-08-23 22:02:05 +02:00
Artem Shinkarov
a3c18a60d5
neovim: add extraLuaPackages
to neovim, fixes #1964 . ( #2617 )
...
Similarly to extraPytonPackages, we add extraLuaPackages that make
lua libraries available at runtime.
2022-02-16 16:38:10 +01:00
Robert Helgesson
f4998f0adc
tests: bump nmt
2021-06-27 14:20:13 +02:00
Robert Helgesson
ab0e6c3e0e
tests: bump nmt
2021-06-24 22:47:21 +02:00
Matthieu Coudron
2a4ab0d891
programs.neovim: fix tests + swap extraConfig and pluginconfig ( #2053 )
...
makes more sense to have extraConfig afterwards in case use want to override config
2021-05-31 19:32:21 +02:00
Matthieu Coudron
8e0c1c55fb
programs.neovim: write config in $XDG_CONFIG_HOME/init.vim ( #1652 )
...
* neovim: write config in $XDG_CONFIG_HOME/init.vim
instead of wrapping the configuration, which has sideeffects
https://github.com/NixOS/nixpkgs/issues/55376
* fix: update test accordingly
2020-12-29 20:26:02 +01:00
Joe Hermaszewski
abfb4cde51
vim: Allow setting init.vim config alongside plugins + neovim test ( #876 )
...
* neovim: allow setting init.vim config alongside plugins
* neovim: add test for neovim plugins
* neovim: make pluginWithConfigType a have type submodule
2020-09-25 02:08:39 +02:00