Slides presentation in your Neovim
Find a file
2023-12-31 13:14:21 +03:00
.github/workflows format via stylua 2023-12-31 13:14:21 +03:00
lua format via stylua 2023-12-31 13:14:21 +03:00
.editorconfig init 2021-09-29 18:36:17 -03:00
.luacheckrc ci: lints 2023-12-31 13:03:11 +03:00
LICENSE init 2021-09-29 18:36:17 -03:00
README.md minor tweaks 2023-12-31 12:26:55 +03:00
stylua.toml ci: lints 2023-12-31 13:03:11 +03:00

slides.nvim

Slides presentation in your Neovim.

image

Prerequisites

Installation

packer.nvim

use {
  'notashelf/slides.nvim',
  config = function ()
    require'slides'.setup{}
  end
}

Configuration

-- default config
require'slides'.setup{
  bin = 'slides' -- path to binary
  fullscreen = true -- open in fullscreen
}

Usage

Open current file

:Slides
:Slides [path/to/file.md]

Create a mapping:

-- 'n' = normal mode
vim.api.nvim_set_keymap('n', "<leader>s", ":Slides<CR>", {silent = true, noremap = true})

use q or ctrl + c to close slide