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,
}: let
modules = [
./completion
./theme
./core
./basic
./statusline
./tabline
./filetree
./visuals
./lsp
./treesitter
./autopairs
./snippets
./git
./minimap
./dashboard
./utility
./rich-presence
./notes
./terminal
./ui
./assistant
./session
./comments
./projects
./core
./languages
./debugger
./plugins
./themes
];
pkgsModule = {config, ...}: {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
_: {
{
imports = [
./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 = [
./nvimtree
];

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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