These are my neovim dotfiles. This configuration is based on kickstart.nvim, that I splitted into multiple files.
If you are new to neovim, I highly recommend this video
Installation may require installing build tools, and updating the run command for telescope-fzf-native
See telescope-fzf-native
documentation for more details
This requires:
- Install CMake, and the Microsoft C++ Build Tools on Windows
{'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
Change mapping so hjkl are used only for movement related things. ex should allow to nav up in list not hover definition add ai completions: jackmort/chatgpt.nvim (with local llm in Ollama ?) or zbirenbaum/copilot.lua