Skip to content

Instantly share code, notes, and snippets.

@christoph-frick
Last active April 8, 2019 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christoph-frick/ddba9ea1bdccef1972cd4cec9b453a8b to your computer and use it in GitHub Desktop.
Save christoph-frick/ddba9ea1bdccef1972cd4cec9b453a8b to your computer and use it in GitHub Desktop.
.vimrc for use with Fennel
call plug#begin('~/.vim/plugged')
" ...
Plug 'guns/vim-sexp', {'for': ['fennel']}
Plug 'tpope/vim-sexp-mappings-for-regular-people', {'for': ['fennel']}
Plug 'kovisoft/paredit', {'for': ['fennel']}
Plug 'bakpakin/fennel.vim', {'for': 'fennel'}
" ...
call plug#end()
let g:sexp_enable_insert_mode_mappings = 0
let g:sexp_filetypes = 'fennel'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment