Skip to content

zakaria1193/zfa_nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi ! I'm Zakaria Fadli

Welcome to my Neovim configuration!

This configuration is designed to be used with Neovim 0.5.0 or later.

On my day to day I use Neovim for C/C++, Python, and Lua development.

Roadmap

Find here a roadmap of my planned improvements/change. Table

Approach

Lua first

Lua fist approach, with a almost no vimscript.

Modularity

Plugin configurations are separated into their own files.

Reasonable Minimalism

Only the necessary plugins are installed. But this config is still made for modern desktop machines. Not minimalist enough for an embedded Linux run, i just use neovim --clean personally.

Main features

Efficient code navigation

  • Telescope for fuzzy finding files and grepping
  • Use TAGS file for code navigation (Automatically generated by Vim-Gutentags)
    • LSP code navigation is also available but not always reliable.
  • Uses Ripgrep for grepping

LSP support

Language Server Protocol support for C/C++, Rust, Python, and Lua. Very good for real time code linting/analysis and completion.

Remembering keybindings

How do i rememeber all the keybindings? I don't. I use whichkey to show me all the keybindings for the current mode.

Git integration

  • Mainly use TIG for git operations
  • Gitsigns for showing git diff in the gutter

File explorer

  • Nvim-tree does the job

Autocompletion

  • uses nvim-cmp for autocompletion.
  • LSP based completion
  • Snippets support
  • Copilot (AI based completion, disabled by default)

Generative AI

About

My code editor config for neo vim. Lua based.

Topics

Resources

License

Stars

Watchers

Forks

Languages