Skip to content

iafarhan/dotfiles-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Config

This is my personal Neovim setup, optimized for Go and Python development.
It’s based on LazyVim with LSP, DAP, testing, and modern navigation tools.


Features

  • Language Support

    • Go: gopls, gofumpt, goimports, Delve (dap-go, neotest-go)
    • Python: pyright/basedpyright, Ruff, Black, debugpy (dap-python, neotest-python)
  • Editing & Navigation

    • Fuzzy finder (files, symbols, live grep)
    • File explorer (Neo-tree)
    • Symbols outline (Aerial)
    • Flash jump & Harpoon for quick movement
  • Debugging & Testing

    • nvim-dap + dap-ui
    • Neotest integration for Go and Python

Install

Clone into your Neovim config directory:

git clone https://github.com/iafarhan/dotfiles-nvim.git ~/.config/nvim
nvim

About

Neovim setup, optimized for Go and Python development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages