Skip to content

n/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim

My personal Neovim 0.12 config. Uses native vim.pack for plugins. Works with vscode-neovim (options + keymaps only).

Structure

  • init.lua — entry point; sets leader keys, loads core modules and plugins
  • lua/options.lua — editor options
  • lua/keymaps.lua — global keymaps
  • lua/lsp.lua — LSP server list and attach callbacks
  • lua/plugins/ — one file per plugin, each calls vim.pack.add() to declare and configure itself
  • after/lsp/ — per-server LSP overrides (merged with nvim-lspconfig defaults)
  • after/ftplugin/ — filetype-specific settings

About

Neovim 0.12 config

Resources

Stars

Watchers

Forks