Giter VIP home page Giter VIP logo

present.nvim's Introduction

Presenting.nvim

A Presentation plugin written for Neovim in Lua

present-nvim

Installation

You can install Present with your plugin manager of choice

  use {
    'Chaitanyabsprip/present.nvim',
    config = function()
      require('present').setup{
        -- ... your config here
      }
    end
  }

Configuration

Defaults

Present comes with the following defaults

  {
    default_mappings = true,
    kitty = {
      normal_font_size = 12,
      zoom_font_size = 28,
    },
  }

You can configure the keymaps for next and previous slide by binding your desired keys to :bnext and :bprevious

Present currently only supports zooming in for kitty.

My Presentation Workflow

I would usually create one file for each slide and name them as slide-*.md. I put all of these files in a directory and that forms my presentation.

I heavily use toilet to create my headings and sub-headings. I use vim-unicode-snippets to insert unicode characters like bullets or checks.

You can find a rather naive example displaying in the gif in the assets/ folder.

present.nvim's People

Contributors

chaitanyabsprip avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

present.nvim's Issues

Readme Installation Instruction Caused Error

When following the README instructions, I was receiving an issue downloading the plugin. I am using Lazy.nvim as opposed to Packer.

It appeared to be a minor typo that was causing the issue. Within the README, the repository is listed as "chaitanyabspripc/present.nvim", and after removing the extraneous 'c' character I was able to pull the plugin.

This is the configuration that worked for me:

return {
	"chaitanyabsprip/present.nvim",
	event = "VeryLazy",
	config = function()
		require("present").setup({})
	end,
}

Cheers!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.