Skip to content

deepmroot/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maxtwinker's Neovim IDE Config

A fully customized, fast, and feature-rich Neovim setup — designed to feel like VS Code, but lighter and more powerful.


Features

  • Plugin manager: Lazy.nvim
  • Language Server Protocol (LSP) support for Python, Java, Lua, C/C++
  • Autocompletion using nvim-cmp, LuaSnip, and VS Code snippets
  • Fuzzy file search with Telescope
  • Syntax-aware code highlighting via Treesitter
  • Code minimap similar to VS Code
  • Buffer tabs at the top (Bufferline)
  • File explorer with icons (nvim-tree)
  • Integrated terminal with PowerShell default and toggle support
  • Keymap helper with Which-Key
  • Aesthetics powered by the tokyonight theme

Plugin Stack (via Lazy.nvim)

Plugin Purpose
nvim-lspconfig LSP support for multiple languages
cmp-nvim-lsp LSP completions
LuaSnip Snippet engine
nvim-cmp Completion menu
telescope.nvim File/grep/search UI
nvim-tree.lua File explorer
bufferline.nvim Tabbed buffers
gitsigns.nvim Git signs in gutter
toggleterm.nvim Terminal support
minimap.vim Code minimap
lualine.nvim Statusline

Setup Instructions

1. Install Neovim (version 0.9+)

https://neovim.io/

2. Clone This Config

# Windows
cd %LOCALAPPDATA%
git clone https://github.com/maxtwinker/nvim-config.git nvim

About

Just my personal nvmin-config files....

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors