User.options

Configure Neovim base editor options and set mapleader to space.

1|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/NeKon69/nvim-dot --skill user-options
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: User.options
Source: https://github.com/NeKon69/nvim-dot/tree/main/.agents/skills/user.options
Command: npx skills add https://github.com/NeKon69/nvim-dot --skill user-options

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill sets up essential Neovim editor configurations, ensuring a consistent and efficient user experience by defining base options for various editor functionalities.

Core Features & Use Cases

  • Base Editor Options: Configures critical settings for clipboard, search, indentation, UI, undo history, and message display.
  • Keymap Leader Setup: Sets mapleader and maplocalleader to the spacebar for convenient command access.
  • Plugin Conflict Avoidance: Disables built-in netrw to prevent issues with external file explorers.
  • Stable Working Directory: Ensures consistent current working directory behavior with autochdir = false.

Quick Start

Apply the default user options to the editor.

Frequently Asked Questions about User.options

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure base Neovim editor options for clipboard, search, and indentation?

Base Neovim editor options are configured by applying settings for clipboard, search, indentation, UI, undo history, and message behavior. This setup ensures a consistent and efficient editing experience.

How do I set mapleader to space in Neovim?

Setting mapleader to space in Neovim involves configuring both mapleader and maplocalleader variables to the spacebar. This provides convenient access for custom command mappings.

How do I disable netrw in Neovim to avoid plugin conflicts?

Disabling netrw in Neovim to avoid plugin conflicts involves turning off the built-in file explorer. This prevents issues when using external file explorer plugins.

How do I ensure a stable current working directory in Neovim?

Ensuring a stable current working directory in Neovim requires setting the autochdir option to false. This prevents the working directory from changing automatically when switching files.

What base editor settings should I apply for a consistent Neovim setup?

Base editor settings for a consistent Neovim setup include configurations for clipboard, search, indentation, UI, undo history, and message behavior. These settings define essential editor functionalities.

Do I need to disable netrw before using an external file explorer in Neovim?

Yes, you need to disable netrw before using an external file explorer in Neovim to avoid conflicts. Disabling the built-in netrw prevents issues with external file explorer plugins.