Giter VIP home page Giter VIP logo

bepo.nvim's Introduction

⌨️ bepo.nvim

Neovim version GitHub tag (latest SemVer) Endpoint Badge

Mappings for the bepo layout in Lua, inspired by vim-bepo

It aims to be faster (takes only 0.4ms at startup on my machine, while vim-bepo requires 1.6ms) and more customizable (see :help bepo.nvim-cherry-pick)

Installation

Add the plugin cljoly/bepo.nvim to your package manager.

If you don’t have a package manager yet, I use paq.nvim. You can give it a try :).
Look at the installation instructions and then add the following to your config:

require "paq" {
  "cljoly/bepo.nvim",
  -- ... other packages
}

Then restart neovim and run PaqInstall. That will install the bepo.nvim plugin.

Usage

Once the plugin is installed, you can add a call to set up the bepo mappings to your config:

require("bepo").setup()

You should call the extension early in your init.lua, so that you can erase mappings later (or with other extensions) more easily.

Advanced Usage

You can also apply only some mapping groups:

require("bepo").movement()
require("bepo").tabs()
require("bepo").easy_access()
require("bepo").window()

See the help file for more details and the mappings installed.

Reporting bugs

Thanks for considering reporting a bug!

We want to know if the issue is caused by:

  1. the plugin itself
  2. your user configuration
  3. the system configuration

Please try to reproduce the bug in nvim stripped of your user configuration by running:

nvim --clean -u test/mock_setup.lua

If you can’t reproduce the bug in that “clean” nvim instance, it suggests that the bug comes from an interaction of the plugin with your user configuration. Please feel free to open an issue, mentioning that.

bepo.nvim's People

Contributors

cljoly avatar

Stargazers

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

Watchers

 avatar

bepo.nvim's Issues

Migrate vimscript files to Lua

For further performance improvement and maintainability going forward, we should migrate the remaining vimscript files:

$ fd -e vim .
after/ftplugin/fugitive.vim
after/ftplugin/netrw.vim
after/plugin/surround.vim
after/plugin/unimpaired.vim

Delay after "c"

When I make a single left move with "c" (wich is remapped to h), I have a half-second delay before the move is made.
I think neovim is waiting for a potential "ca" for change around or "ci" for change inner. (even if "la" and "li" took their places)

require("bepo").setup() is the first line of my init.lua

Thanks

request for more details on the installation

I'm a long time bépo user, and I'd like to give neovim a try. Of course the default mapping is not usable with this keyboard layout so your project seems to be the way to go.

Unfortunately, as a pure neovim beginner, I have no idea how to install it.

Could you provide the beginners with a command line — a git clone I guess? — to install the plugin?

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.