2020-12-30 01:05:51 +00:00
|
|
|
{
|
|
|
|
imports = [
|
2021-01-06 00:06:12 +00:00
|
|
|
./colorschemes/gruvbox.nix
|
2021-02-10 14:20:36 +00:00
|
|
|
./colorschemes/base16.nix
|
2021-01-06 00:06:12 +00:00
|
|
|
|
2020-12-30 01:05:51 +00:00
|
|
|
./statuslines/lightline.nix
|
2021-01-05 11:26:49 +00:00
|
|
|
./statuslines/airline.nix
|
2021-01-06 00:06:12 +00:00
|
|
|
|
|
|
|
./git/gitgutter.nix
|
2021-02-01 15:54:53 +00:00
|
|
|
|
2021-02-10 15:09:31 +00:00
|
|
|
./utils/undotree.nix
|
2021-02-10 15:17:21 +00:00
|
|
|
./utils/commentary.nix
|
2021-02-10 15:09:31 +00:00
|
|
|
|
2021-02-01 16:21:42 +00:00
|
|
|
./languages/treesitter.nix
|
|
|
|
|
2021-02-01 15:54:53 +00:00
|
|
|
./nvim-lsp
|
2021-02-10 20:56:21 +00:00
|
|
|
./nvim-lsp/lspsaga.nix
|
2020-12-30 01:05:51 +00:00
|
|
|
];
|
|
|
|
}
|