Skip to content

Instantly share code, notes, and snippets.

@tjstankus
Last active February 16, 2022 05:05
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 tjstankus/bd2394a88a5ac9cbb62e94e40d49b07a to your computer and use it in GitHub Desktop.
Save tjstankus/bd2394a88a5ac9cbb62e94e40d49b07a to your computer and use it in GitHub Desktop.
outliner.vim
" these settings work well for a simple outliner, indented with tabs
" nvim -S outliner.vim
set ai
set backspace=2
set foldmethod=indent
set noexpandtab
set nosmarttab
set softtabstop=0
set breakindent
set list
set listchars=tab:•\ ,trail:-,nbsp:+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment