Skip to content

TBadru/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nvim Kickstart Config

This repo contains my custom Neovim config, built on top of kickstart.nvim. It's designed to provide a clean, modern setup with LSP support, autocomplete, formatting, and everything else you'd expect from a serious Neovim setup.

Works with neovim v0.11.5 and above , LuaJIT 2.1.1765228720

my newovim ui

File Structure

├── LICENSE
├── NeoVim.png
├── nvim
│   ├── init.lua
│   ├── lazy-lock.json
│   └── lua
│       ├── core
│       │   ├── keymaps.lua
│       │   ├── options.lua
│       │   └── snippets.lua
│       └── plugins
│           ├── alpha.lua
│           ├── autocompletion.lua
│           ├── autoformatting.lua
│           ├── bufferline.lua
│           ├── colortheme.lua
│           ├── debug.lua
│           ├── enhancements.lua
│           ├── gitsigns.lua
│           ├── indent-blankline.lua
│           ├── lazygit.lua
│           ├── lsp.lua
│           ├── lualine.lua
│           ├── misc.lua
│           ├── neotree.lua
│           ├── statusline.lua
│           ├── telescope.lua
│           └── treesitter.lua
└── README.md

About

my custom nvim config

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages