mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-07 20:18:07 +01:00
feat: first commit
This commit is contained in:
25
config/plugins/default.nix
Normal file
25
config/plugins/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./comment.nix
|
||||
./dap.nix
|
||||
./dashboard.nix
|
||||
./fidget.nix
|
||||
./guess-indent.nix
|
||||
./lualine.nix
|
||||
./neotree.nix
|
||||
./telescope.nix
|
||||
./treesitter.nix
|
||||
];
|
||||
|
||||
plugins = {
|
||||
web-devicons.enable = true;
|
||||
bufferline.enable = true;
|
||||
toggleterm.enable = true;
|
||||
gitsigns.enable = true;
|
||||
which-key.enable = true;
|
||||
autoclose.enable = true;
|
||||
markview.enable = true;
|
||||
nvim-surround.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user