Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. nvim_buf_set_keymap :: Buffer -> ByteString -> ByteString -> ByteString -> Map ByteString Object -> Neovim env ()

    nvim-hs Neovim.API.ByteString

    No documentation available.

  2. nvim_del_keymap :: ByteString -> ByteString -> Neovim env ()

    nvim-hs Neovim.API.ByteString

    No documentation available.

  3. nvim_get_color_map :: Neovim env (Map ByteString Object)

    nvim-hs Neovim.API.ByteString

    No documentation available.

  4. nvim_get_keymap :: ByteString -> Neovim env (Vector (Map ByteString Object))

    nvim-hs Neovim.API.ByteString

    No documentation available.

  5. nvim_set_keymap :: ByteString -> ByteString -> ByteString -> Map ByteString Object -> Neovim env ()

    nvim-hs Neovim.API.ByteString

    No documentation available.

  6. vim_get_color_map :: Neovim env (Map ByteString Object)

    nvim-hs Neovim.API.ByteString

    No documentation available.

  7. data NeovimAPI

    nvim-hs Neovim.API.Parser

    This data type represents the top-level structure of the nvim --api-info output.

  8. NeovimAPI :: [(String, Int64)] -> [(String, Int64)] -> [NeovimFunction] -> NeovimAPI

    nvim-hs Neovim.API.Parser

    No documentation available.

  9. nvim_buf_del_keymap :: Buffer -> String -> String -> Neovim env ()

    nvim-hs Neovim.API.String

    No documentation available.

  10. nvim_buf_get_keymap :: Buffer -> String -> Neovim env [Map String Object]

    nvim-hs Neovim.API.String

    No documentation available.

Page 992 of many | Previous | Next