Shougo / deol.nvim

Dark powered shell interface for Vim/NeoVim
MIT License
330 stars 16 forks source link

Trivial doc fix #19

Closed ujihisa closed 4 years ago

ujihisa commented 4 years ago
  let default_filetype = {
        \ 'ash': 'sh',
        \ 'bash': 'zsh',
        \ 'fish': 'fish',
        \ 'ksh': 'sh',
        \ 'sh': 'sh',
        \ 'zsh': 'zsh',
        \ 'xonsh': 'python',
        \ }