neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

default.vim (387B)


      1 " Neovim color file
      2 " Maintainer:	The Neovim Project <https://github.com/neovim/neovim>
      3 " Last Change:	2023 Dec 01
      4 
      5 " This is the default color scheme. See `:help dev_theme`.
      6 
      7 " Remove all existing highlighting and set the defaults.
      8 hi clear
      9 
     10 " Load the syntax highlighting defaults, if it's enabled.
     11 if exists("syntax_on")
     12  syntax reset
     13 endif
     14 
     15 let colors_name = "default"
     16 
     17 " vim: sw=2