about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim/utils.nix
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-7/+23
6 daysneovimUtils.grammarToPlugin: also move the queries (#321550)Mango The Fourth1-7/+23
2024-06-12neovimUtils.packDir: init: extend vimUtils.packDirMatthieu C.1-0/+24
2024-05-01neovimUtils.grammarToPlugin: remove `vimplugin` prefixPerchunPak1-1/+1
2023-07-06neovim: add perl to supported providersMatthieu Coudron1-0/+3
2023-06-12neovimUtils.grammarToPlugin: install tree-sitter grammars for neovim without ...Matthieu Coudron1-0/+30
2023-06-12neovimUtils.buildNeovimPluginFrom2Nix: rename to buildNeovimPluginMatthieu Coudron1-4/+6
2023-04-07neovim: more flexibility in startup commandsMatthieu Coudron1-32/+35
2023-03-19neovimUtils: only set packpath/rtp as neededlinsui1-1/+2
2023-02-28neovimUtils.makeNeovimConfig: expose packpathsDirMatthieu Coudron1-0/+3
2022-10-13vimPlugins: make usage of luaPackages less confusingMatthieu Coudron1-3/+3
2022-09-19Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
2022-09-18neovimUtils: put optional plugins in incorrect folderColin Heffernan1-2/+2
2022-08-31Merge pull request #187934 from Artturin/luasplice1Artturi1-2/+2
2022-08-26neovim: fix plugin loading orderGuillaume Girol1-0/+1
2022-08-26lua-packages: try splicingArtturin1-2/+2
2022-08-20neovim: correctly concat single line configsMatthieu Coudron1-7/+16
2022-08-09neovimUtils: remove the compatibility layer introduced in 2018Matthieu Coudron1-5/+1
2022-08-09neovimUtils.makeNeovimConfig: remove mention of python2Matthieu Coudron1-9/+1
2022-08-09neovim: pass packpath via the wrapperMatthieu Coudron1-32/+43
2022-08-09vimUtils: improve commentsMatthieu Coudron1-1/+1
2022-08-09neovimUtils: merge host settings so that they use a single --cmd flagMatthieu Coudron1-6/+2
2022-06-19vimPlugins: use lua derivation if it exists (#178180)Matthieu Coudron1-0/+7
2022-05-10makeWrapper: implement --inherit-argv0Naïm Favier1-1/+1
2021-12-03neovim: prepend `extraMakeWrapperArgs` in wrapper with a space (#148409)Maximilian Bosch1-1/+1
2021-09-12lua: introduced a lua libMatthieu Coudron1-4/+3
2021-08-31neovim: allow extra Lua packagesGregory Anders1-0/+11
2021-06-07neovim: add some testsMatthieu Coudron1-0/+2
2021-05-29neovim: fix neovim.override (#124785)Matthieu Coudron1-14/+3
2021-05-25neovimUtils: makeNeovimConfig accepts plugins/customRcMatthieu Coudron1-4/+36
2021-05-05neovim: set g:loaded_python_provider = 0Konstantin Alekseev1-2/+3
2021-05-02neovim, neovimUtils, neovim-qt: drop python2 supportMartin Weinelt1-12/+5
2020-11-03neovim: take into account vi(m)AliasMatthieu Coudron1-4/+3
2020-11-02neovim: fix nodejs and ruby generationMatthieu Coudron1-3/+4
2020-11-01neovim: dont wrap when is nullMatthieu Coudron1-2/+3
2020-10-31neovim: revert change to extraMakeWrapperArgsMatthieu Coudron1-8/+4
2020-10-29neovimUtils: neovim utilities to handle more usecasesMatthieu Coudron1-0/+163