axeldetlofsson / cmp-fish

nvim-cmp source for the fish shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmp-fish

nvim-cmp source for the fish filetype

demo

Setup

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

Configuration

No configuration availible at the moment.

About

nvim-cmp source for the fish shell


Languages

Language:Lua 100.0%