initial restructuring

This commit is contained in:
NotAShelf 2024-01-16 15:15:40 +03:00
parent 272cd17e42
commit 06c3c0d347
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
199 changed files with 107 additions and 97 deletions

View File

@ -1,6 +0,0 @@
{...}: {
imports = [
./config.nix
./git.nix
];
}

View File

@ -4,32 +4,11 @@
check ? true, check ? true,
}: let }: let
modules = [ modules = [
./completion
./theme
./core
./basic ./basic
./statusline ./core
./tabline
./filetree
./visuals
./lsp
./treesitter
./autopairs
./snippets
./git
./minimap
./dashboard
./utility
./rich-presence
./notes
./terminal
./ui
./assistant
./session
./comments
./projects
./languages ./languages
./debugger ./plugins
./themes
]; ];
pkgsModule = {config, ...}: { pkgsModule = {config, ...}: {

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./copilot ./copilot
# ./tabnine.nix # removed until I find a way around the initialisation script the plugin requires # ./tabnine.nix # removed until I find a way around the initialisation script the plugin requires

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./nvim-autopairs ./nvim-autopairs
]; ];

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./comment-nvim ./comment-nvim
]; ];

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./nvim-cmp ./nvim-cmp
]; ];

View File

@ -1,4 +1,4 @@
{...}: { {
imports = [ imports = [
./alpha ./alpha
./dashboard-nvim ./dashboard-nvim

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./nvim-dap ./nvim-dap
]; ];

View File

@ -0,0 +1,26 @@
{
imports = [
./completion
./statusline
./tabline
./filetree
./visuals
./lsp
./treesitter
./autopairs
./snippets
./git
./minimap
./dashboard
./utility
./rich-presence
./notes
./terminal
./ui
./assistant
./session
./comments
./projects
./debugger
];
}

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./nvimtree ./nvimtree
]; ];

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./config.nix ./config.nix
./nvimtree.nix ./nvimtree.nix

View File

@ -0,0 +1,5 @@
{
imports = [
./gitsigns
];
}

View File

@ -8,7 +8,7 @@
cfg = config.vim.git; cfg = config.vim.git;
self = import ./git.nix {inherit lib;}; self = import ./gitsigns.nix {inherit lib;};
gsMappingDefinitions = self.options.vim.git.gitsigns.mappings; gsMappingDefinitions = self.options.vim.git.gitsigns.mappings;
gsMappings = addDescriptionsToMappings cfg.gitsigns.mappings gsMappingDefinitions; gsMappings = addDescriptionsToMappings cfg.gitsigns.mappings gsMappingDefinitions;

View File

@ -0,0 +1,6 @@
{
imports = [
./config.nix
./gitsigns.nix
];
}

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
# nvim lsp support # nvim lsp support
./config.nix ./config.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./lightbulb.nix ./lightbulb.nix
./config.nix ./config.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./lsp-signature.nix ./lsp-signature.nix
./config.nix ./config.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./config.nix ./config.nix
./lspconfig.nix ./lspconfig.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./config.nix ./config.nix
./lspkind.nix ./lspkind.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./config.nix ./config.nix
./lsplines.nix ./lsplines.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./lspsaga.nix ./lspsaga.nix
./config.nix ./config.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./config.nix ./config.nix
./null-ls.nix ./null-ls.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./nvim-code-action-menu.nix ./nvim-code-action-menu.nix
./config.nix ./config.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./config.nix ./config.nix
./nvim-docs-view.nix ./nvim-docs-view.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./trouble.nix ./trouble.nix
./config.nix ./config.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./codewindow.nix ./codewindow.nix
./config.nix ./config.nix

View File

@ -1,4 +1,4 @@
{...}: { {
imports = [ imports = [
./minimap-vim ./minimap-vim
./codewindow ./codewindow

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./minimap-vim.nix ./minimap-vim.nix
./config.nix ./config.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./obsidian ./obsidian
./orgmode ./orgmode

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./mind-nvim.nix ./mind-nvim.nix
./config.nix ./config.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./obsidian.nix ./obsidian.nix
./config.nix ./config.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./orgmode.nix ./orgmode.nix
./config.nix ./config.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./todo-comments.nix ./todo-comments.nix
./config.nix ./config.nix

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./project-nvim ./project-nvim
]; ];

View File

@ -1,4 +1,4 @@
_: { {
imports = [ imports = [
./config.nix ./config.nix
./project-nvim.nix ./project-nvim.nix

Some files were not shown because too many files have changed in this diff Show More