dotfiles/nvim
2024-08-29 16:51:13 +01:00
..
after/ftplugin feat(ft): add some surrounds for groff 2024-06-21 12:08:24 +01:00
lua fix: switch over to official lGitHub copilot plugin 2024-08-29 16:51:13 +01:00
snippets Tidy up some options 2024-05-15 19:47:42 +01:00
.luarc.json Fix OpenAI tooling 2023-11-30 14:34:54 +00:00
init.lua feat: add neovim function to start neogit 2024-07-28 14:39:33 +01:00
README.md Use mini.jump2d for old AST jump 2024-03-22 14:40:25 +00:00

Configuration for NeoVim

This directory contains my configuration for NeoVim. Pretty much all of the configuration is done in Lua. I use Folke's [lazy.nvim] as my package manager. The plugins are loaded from the lua/plugins directory by the Lazy package manager. Most plugins have their own module, but some are grouped together (such as nvim-cmp and it's extensions). Some of the smaller plugins are also recorded directly in the lua/plugins/init.lua file.