Skip to content

Need version guard on colors.lua #65

@cujomalainey

Description

@cujomalainey

01c9bd7 introduced the following snippet

if has('nvim')
  source $VIMRUNTIME/colors/vim.lua
else
  hi clear
endif

Debian is behind on nvim (still at 0.9.5) so this needs a version guard around it as that file is not available yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions