Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions colors/one.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ if exists("*<SID>X")
endif

hi clear
if has('nvim-0.10')
runtime colors/vim.lua
endif
syntax reset
if exists('g:colors_name')
unlet g:colors_name
Expand Down