32 lines
556 B
Nix
32 lines
556 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
./gitsigns.nix
|
|
./harpoon.nix
|
|
./indent-blankline.nix
|
|
./lualine.nix
|
|
./neo-tree.nix
|
|
./noice.nix
|
|
./none-ls.nix
|
|
./rainbow-delimiters.nix
|
|
./telescope.nix
|
|
./treesitter.nix
|
|
./trouble.nix
|
|
./vim-tmux-navigator.nix
|
|
./which-key.nix
|
|
./mini.nix
|
|
./todo-comments.nix
|
|
./neorg.nix
|
|
./fugitive.nix
|
|
./dap.nix
|
|
./lastplace.nix
|
|
./codeium.nix
|
|
./undotree.nix
|
|
./transparent.nix
|
|
./lsp
|
|
];
|
|
extraPlugins = with pkgs.vimPlugins;
|
|
[
|
|
vim-nftables
|
|
];
|
|
}
|