Skip to content

kremeshnoi/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Configuration

A comprehensive, portable Neovim configuration designed for efficient development across multiple environments.

image

Installation

Quick Start

Clone this repository directly into your Neovim configuration directory:

git clone https://github.com/kremeshnoi/nvim-config ~/.config/nvim

Uninstallation

To completely remove this configuration and all associated data:

rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim
rm -rf ~/.config/nvim

Dependencies

Core


Mason

Utilities

Languages

  • luarocks: /usr/local/bin/luarocks 3.12.2
  • cargo: cargo 1.88.0 (873a06493 2025-05-10)
  • PHP: PHP 8.4.16 (cli) (built: Dec 18 2025 23:38:28) (NTS)
  • Go: go version go1.25.5 linux/amd64
  • node: v24.8.0
  • Composer: Composer version 2.9.3 2025-12-30 13:40:17
  • Ruby: ruby 3.4.7 (2025-10-08 revision 7a5688e2a2) +PRISM x86_64-linux
  • julia: julia version 1.10.0
  • python: Python 3.10.12
  • java: openjdk version "17.0.17" 2025-10-21
  • npm: 11.6.0
  • RubyGem: 3.6.9
  • javac: javac 17.0.17
  • pip: pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)
  • python venv: O

Telescope


Treesitter

Build prerequisites

To build Treesitter parsers locally:

For an ideal Treesitter health report:

Languages

                        H L F I J 
- bash                  ✓ ✓ ✓ ✓ ✓
- clojure               ✓ ✓ ✓ . ✓
- comment               ✓ . . . .
- css                   ✓ . ✓ ✓ ✓
- csv                   ✓ . . . .
- dockerfile            ✓ . . . ✓
- dot                   ✓ . ✓ ✓ ✓
- ecma
- gitattributes         ✓ ✓ . . ✓
- gitcommit             ✓ . . . ✓
- gitignore             ✓ . . . ✓
- hcl                   ✓ . ✓ ✓ ✓
- html                  ✓ ✓ ✓ ✓ ✓
- html_tags
- http                  ✓ . ✓ . ✓
- javascript            ✓ ✓ ✓ ✓ ✓
- jsdoc                 ✓ . . . .
- json                  ✓ ✓ ✓ ✓ ✓
- jsx
- lua                   ✓ ✓ ✓ ✓ ✓
- luadoc                ✓ . . . .
- make                  ✓ . ✓ . ✓
- markdown              ✓ . ✓ ✓ ✓
- markdown_inline       ✓ . . . ✓
- mermaid               ✓ . ✓ ✓ ✓
- nginx                 ✓ . ✓ . ✓
- php                   ✓ ✓ ✓ ✓ ✓
- php_only              ✓ ✓ ✓ ✓ ✓
- phpdoc                ✓ . . . .
- regex                 ✓ . . . .
- ruby                  ✓ ✓ ✓ ✓ ✓
- rust                  ✓ ✓ ✓ ✓ ✓
- scheme                ✓ . ✓ . ✓
- scss                  ✓ . ✓ ✓ ✓
- sql                   ✓ . ✓ ✓ ✓
- toml                  ✓ ✓ ✓ ✓ ✓
- tsv                   ✓ . . . .
- tsx                   ✓ ✓ ✓ ✓ ✓
- typescript            ✓ ✓ ✓ ✓ ✓
- vim                   ✓ ✓ ✓ . ✓
- vimdoc                ✓ . . . ✓
- vue                   ✓ . ✓ ✓ ✓
- yaml                  ✓ ✓ ✓ ✓ ✓

Structure

~/.config/nvim/
├── init.lua
├── lua/
│   ├── config/          # options/keymaps/autocmds + Lazy.nvim bootstrap
│   └── plugins/         # plugin specs and configuration (Lazy.nvim)
└── README.md

About

Personal Neovim configuration.

Topics

Resources

License

Stars

Watchers

Forks

Languages