neovim-flake/modules/plugins/default.nix

27 lines
343 B
Nix
Raw Normal View History

2024-01-16 13:15:40 +01:00
{
imports = [
./completion
./statusline
./tabline
./filetree
./visuals
./lsp
./treesitter
./autopairs
./snippets
./git
./minimap
./dashboard
./utility
./rich-presence
./notes
./terminal
./ui
./assistant
./session
./comments
./projects
./debugger
];
}