Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

My personal development environment config.

License

NotificationsYou must be signed in to change notification settings

ouailderghal/neovim

Repository files navigation

This repository contains my personalized Neovim configuration files. The structure and purpose of each file anddirectory are detailed below.

Files and Directories

  • after/ftplugin/: This directory contains filetype-specific configurations for various programming languages.

  • init.lua: This is the main entry point for Neovim configuration. It loads the settings, keybindings, and plugins.

  • lazy-lock.json: This file contains the version locks for the plugins managed by thelazy.nvim plugin manager.

  • lua/ouailderghal/: Contains various configuration modules:

    • globals.lua: Global variables and settings.
    • groups.lua: Auto-command groups definitions.
    • keybindings.lua: Custom keybindings.
    • lazy.lua: Configuration for thelazy.nvim plugin manager.
    • options.lua: General Neovim options.
    • plugins: Directory for plugin configurations.

Installation

To use this configuration, clone this repository into your Neovim configuration directory (usually~/.config/nvim).Make sure you have Neovimv0.10.3 or greater installed.

git clone https://github.com/ouailderghal/neovim~/.config/nvim

About

My personal development environment config.

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp