Skip to content

nithilgadde/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neovim-config

my neovim config ported from NvChad

this port has a lot of features such as:

  • cmp for code and the cmdline,
  • debuggers (nvim-dap) for python (tested), c/c++ (not tested; fairly new addition), and rust (not tested; fairly new addition)
  • vs-code type minimap
  • breadcrumbs (nvim-navbuddy, nvim-navic, barbecue)
  • lsp configs

screenshot

how to add plugins?

  • go to the nvim config folder and go to the 'lua/custom' folder
  • go into 'plugins.lua'
  • scroll down to add any new plugins you like!

how to configure plugins?

  • go back to the 'lua' folder and go to the 'plugins' folder.
  • go into the 'configs' folder
  • make a new '.lua' file for your plugins and add whatever configs you like. it's already in the init.lua, so you don't need to worry about that!

enjoy!

About

my neovim config ported from NvChad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages