/cmp-fish

nvim-cmp source for the fish shell

Primary LanguageLua

cmp-fish

nvim-cmp source for the fish filetype

demo

Setup

require'cmp'.setup {
  sources = {
    { name = 'fish' }
  }
}

Configuration

No configuration availible at the moment.