/nvim-indentsmart

A Neovim plugin for navigating code based on indentation

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

nvim-indentsmart

A Neovim plugin for navigating code based on indentation

Usage

-- This is the default configuration
require("indentsmart").setup {
  set_mappings = true,
}

Functions

All of these can be accessed as fields of the global table IndentSmart.

  • go_up() (default mapping = [k):