Skip to content
Shubham Sourabh edited this page Apr 14, 2025 · 2 revisions

My Neovim Dotfiles Wiki

Welcome to the Wiki for my personal Neovim configuration repository!

This repository contains my Neovim setup, primarily tailored for Java and Python development, based on the excellent kickstart.nvim.

The configuration files are organized by Operating System within this repository. This Wiki provides specific instructions for setting up this configuration on different platforms.

Getting Started

Please choose the setup guide relevant to your Operating System:

Core Features

  • LSP: Configured for Java (jdtls), Python (pyright), and Lua (lua_ls).
  • Completion: Uses nvim-cmp.
  • Syntax Highlighting: Uses nvim-treesitter.
  • Formatting: Uses conform.nvim.
  • Fuzzy Finding: Uses telescope.nvim.
  • Theme: tokyonight.

Feel free to browse the configuration files directly within the repository's OS-specific folders (windows/nvim, linux/nvim, mac/nvim).

Navigation



Status

Work in Progress 🚧

Clone this wiki locally