vimPlugins: update on 2025-03-29
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -2287,6 +2287,7 @@ in
|
||||
nvim-highlight-colors = super.nvim-highlight-colors.overrideAttrs {
|
||||
# Test module
|
||||
nvimSkipModules = [
|
||||
"nvim-highlight-colors.utils_spec"
|
||||
"nvim-highlight-colors.buffer_utils_spec"
|
||||
"nvim-highlight-colors.color.converters_spec"
|
||||
"nvim-highlight-colors.color.patterns_spec"
|
||||
@@ -3614,6 +3615,9 @@ in
|
||||
};
|
||||
|
||||
vim-isort = super.vim-isort.overrideAttrs {
|
||||
# Code updated to find relative path at runtime
|
||||
# https://github.com/fisadev/vim-isort/pull/41
|
||||
dontCheckForBrokenSymlinks = true;
|
||||
postPatch = ''
|
||||
substituteInPlace ftplugin/python_vimisort.vim \
|
||||
--replace-fail 'import vim' 'import vim; import sys; sys.path.append("${python3.pkgs.isort}/${python3.sitePackages}")'
|
||||
|
||||
Reference in New Issue
Block a user