feat: migrating neovim
This commit is contained in:
parent
86266f8205
commit
8d5e0e6566
47 changed files with 1964 additions and 222 deletions
33
home-manager/modules/neovim/plugins/default.nix
Normal file
33
home-manager/modules/neovim/plugins/default.nix
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
_: {
|
||||
imports = [
|
||||
# ./none-ls.nix
|
||||
./autopairs.nix
|
||||
./bufferline.nix
|
||||
./catppuccin.nix
|
||||
./comment.nix
|
||||
./conform.nix
|
||||
./diffview.nix
|
||||
./flash.nix
|
||||
./git-conflict.nix
|
||||
./gitsigns.nix
|
||||
./harpoon.nix
|
||||
./illuminate.nix
|
||||
./lightbulb.nix
|
||||
./lualine.nix
|
||||
./lsp.nix
|
||||
./mini-bufremove.nix
|
||||
./navic.nix
|
||||
./nix.nix
|
||||
./noice.nix
|
||||
./notify.nix
|
||||
./precognition.nix
|
||||
./spectre.nix
|
||||
./telescope.nix
|
||||
./todo-comments.nix
|
||||
./toggleterm.nix
|
||||
./treesitter.nix
|
||||
./trouble.nix
|
||||
./which-key.nix
|
||||
./yazi.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue