Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.17 KB

screenshot

A vim svelte theme, based on https://svelte.dev/repl webpage style, created with ThemeCreator

Usage

color svelte

Installation

You can use your favourite plugin manager. For example,

  • Use VundleVim

      Plugin 'leafOfTree/vim-svelte-theme'
    
  • Use vim-pathogen

      cd ~/.vim/bundle
      git clone https://github.com/leafOfTree/vim-svelte-theme --depth 1
    
  • Use vim-plug

      Plug 'leafOfTree/vim-svelte-theme'
      :PlugInstall
    

Manual

  • Clone this plugin, then copy vim-svelte-theme/colors/svelte.vim to colors/svelte.vim under any runtimepath

  • Or simply copy the file svelte.vim to colors/svelte.vim

See also

vim-svelte-plugin