2024-03-01 07:02:04 +00:00
|
|
|
{
|
|
|
|
imports = [
|
2024-03-04 10:36:12 +00:00
|
|
|
./bufferlines/bufferlines.nix
|
2024-03-04 13:24:23 +00:00
|
|
|
|
|
|
|
./colorschemes/base16.nix
|
2024-03-04 13:26:41 +00:00
|
|
|
./colorschemes/catppuccin.nix
|
2024-03-04 13:29:33 +00:00
|
|
|
./colorschemes/rose-pine.nix
|
2024-03-04 13:26:41 +00:00
|
|
|
|
2024-03-04 13:35:45 +00:00
|
|
|
./completion/cmp.nix
|
2024-03-04 13:38:03 +00:00
|
|
|
./completion/lspkind.nix
|
2024-03-04 13:35:45 +00:00
|
|
|
|
2024-03-06 12:59:28 +00:00
|
|
|
./dap/dap.nix
|
|
|
|
|
|
|
|
./filetrees/neo-tree.nix
|
|
|
|
|
2024-03-04 13:47:19 +00:00
|
|
|
./git/diffview.nix
|
2024-03-04 13:52:11 +00:00
|
|
|
./git/gitsigns.nix
|
2024-03-04 13:52:56 +00:00
|
|
|
./git/lazygit.nix
|
2024-03-04 14:09:31 +00:00
|
|
|
./git/neogit.nix
|
2024-03-04 13:47:19 +00:00
|
|
|
|
2024-03-06 12:59:28 +00:00
|
|
|
./keymaps.nix
|
|
|
|
|
2024-03-04 14:23:00 +00:00
|
|
|
./languages/treesitter/treesitter-context.nix
|
|
|
|
./languages/treesitter/treesitter-textobjects.nix
|
|
|
|
./languages/treesitter/treesitter.nix
|
2024-03-04 14:29:35 +00:00
|
|
|
./languages/treesitter/ts-autotag.nix
|
|
|
|
./languages/treesitter/treesitter-context-commentstring.nix
|
2024-03-04 14:33:13 +00:00
|
|
|
./languages/nvim-jdtls.nix
|
2024-03-04 17:05:00 +00:00
|
|
|
./languages/nvim-lint.nix
|
2024-03-04 14:23:00 +00:00
|
|
|
|
2024-03-06 12:18:40 +00:00
|
|
|
./lsp/conform.nix
|
2024-03-06 12:21:08 +00:00
|
|
|
./lsp/fidget.nix
|
2024-03-06 12:43:31 +00:00
|
|
|
./lsp/lsp.nix
|
2024-03-06 12:53:26 +00:00
|
|
|
./lsp/lspsaga.nix
|
|
|
|
./lsp/trouble.nix
|
|
|
|
|
|
|
|
./none-ls/none-ls.nix
|
2024-03-06 12:18:40 +00:00
|
|
|
|
2024-03-04 13:44:25 +00:00
|
|
|
./sets.nix
|
|
|
|
|
2024-03-06 12:59:28 +00:00
|
|
|
./snippets/luasnip.nix
|
|
|
|
|
2024-03-06 13:02:00 +00:00
|
|
|
./statusline/lualine.nix
|
2024-03-06 13:05:47 +00:00
|
|
|
./statusline/staline.nix
|
2024-03-06 13:02:00 +00:00
|
|
|
|
2024-03-06 13:11:44 +00:00
|
|
|
./telescope/telescope.nix
|
|
|
|
|
2024-03-06 13:22:53 +00:00
|
|
|
./ui/alpha.nix
|
2024-03-06 13:25:17 +00:00
|
|
|
./ui/dressing-nvim.nix
|
2024-03-04 10:17:25 +00:00
|
|
|
./ui/nvim-notify.nix
|
2024-03-01 07:02:04 +00:00
|
|
|
];
|
|
|
|
}
|