From 00e3f8f8e9b5313fe5545164f7b780a3d6df8ce5 Mon Sep 17 00:00:00 2001 From: aleidk Date: Fri, 15 Nov 2024 09:20:57 -0300 Subject: [PATCH] add work-laptop config --- .dotter/global.toml | 9 +++++---- .dotter/work-laptop.toml | 6 ++++++ config/nvim/lazy-lock.json | 3 +-- config/nvim/lua/aleidk/plugins/ai.lua | 8 +++++++- config/nvim/lua/aleidk/plugins/treesitter.lua | 1 - 5 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 .dotter/work-laptop.toml diff --git a/.dotter/global.toml b/.dotter/global.toml index d929b92..909555a 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -14,14 +14,15 @@ scripts = "" # CLI package [cli] -depends = ["nvim", "nushell", "zsh"] +depends = ["nvim", "zsh"] [cli.files] -"config/yazi" = "~/.config/yazi" -"config/tmux" = "~/.config/tmux" +"config/bat" = "~/.config/bat" "config/sesh" = "~/.config/sesh" -"config/zellij" = "~/.config/zellij" "config/starship.toml" = "~/.config/starship.toml" +"config/tmux" = "~/.config/tmux" +"config/yazi" = "~/.config/yazi" +"config/zellij" = "~/.config/zellij" [dev.files] "config/git" = "~/.config/git" diff --git a/.dotter/work-laptop.toml b/.dotter/work-laptop.toml new file mode 100644 index 0000000..7709e32 --- /dev/null +++ b/.dotter/work-laptop.toml @@ -0,0 +1,6 @@ +includes = [] +packages = ["default", "cli", "dev"] + +[files] + +[variables] diff --git a/config/nvim/lazy-lock.json b/config/nvim/lazy-lock.json index 8b6a601..f1e16b6 100644 --- a/config/nvim/lazy-lock.json +++ b/config/nvim/lazy-lock.json @@ -27,7 +27,7 @@ "grapple.nvim": { "branch": "main", "commit": "7aedc261b05a6c030397c4bc26416efbe746ebf1" }, "hurl.nvim": { "branch": "main", "commit": "d708158dda9a175c0f83cd106ea232301f4317cb" }, "indent-blankline.nvim": { "branch": "master", "commit": "65e20ab94a26d0e14acac5049b8641336819dfc7" }, - "lazy.nvim": { "branch": "main", "commit": "7967abe55752aa90532e6bb4bd4663fe27a264cb" }, + "lazy.nvim": { "branch": "main", "commit": "b02c9eae6a250f98908c146d1dc1a891f5019f0a" }, "lazygit.nvim": { "branch": "main", "commit": "dc56df433bfbf107fee0139e187eb9750878fa84" }, "lualine.nvim": { "branch": "master", "commit": "6a40b530539d2209f7dc0492f3681c8c126647ad" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "37a336b653f8594df75c827ed589f1c91d91ff6c" }, @@ -63,7 +63,6 @@ "telescope.nvim": { "branch": "master", "commit": "a0bbec21143c7bc5f8bb02e0005fa0b982edc026" }, "tfm.nvim": { "branch": "main", "commit": "fb0de2c96bf303216ac5d91ce9bdb7f430030f8b" }, "todo-comments.nvim": { "branch": "main", "commit": "d61567557e2ff5c548c74e96b2d9f8d33e5fcb34" }, - "tree-sitter-nu": { "branch": "main", "commit": "7e0f16f608a9e804fae61430ade734f9f849fb80" }, "treesj": { "branch": "main", "commit": "6e8bd008bacd5ad001c3953017c1dca20709e915" }, "trouble.nvim": { "branch": "main", "commit": "03c1fbf518bef683422a3be9643c3da190903488" }, "ts-node-action": { "branch": "master", "commit": "6d3b60754fd87963d70eadaa2f77873b447eac26" }, diff --git a/config/nvim/lua/aleidk/plugins/ai.lua b/config/nvim/lua/aleidk/plugins/ai.lua index 9969c9c..28abb89 100644 --- a/config/nvim/lua/aleidk/plugins/ai.lua +++ b/config/nvim/lua/aleidk/plugins/ai.lua @@ -31,6 +31,13 @@ return { display = { action_palette = { prompt = " " + }, + chat = { + window = { + layout = "float", + height = 0.8, + width = 0.8, + }, } } }, @@ -75,4 +82,3 @@ return { }, } } - diff --git a/config/nvim/lua/aleidk/plugins/treesitter.lua b/config/nvim/lua/aleidk/plugins/treesitter.lua index 73616e1..1d1111d 100644 --- a/config/nvim/lua/aleidk/plugins/treesitter.lua +++ b/config/nvim/lua/aleidk/plugins/treesitter.lua @@ -7,7 +7,6 @@ return { "JoosepAlviste/nvim-ts-context-commentstring", "nvim-treesitter/nvim-treesitter-context", { "windwp/nvim-ts-autotag", opts = {} }, - { "nushell/tree-sitter-nu", build = ":TSUpdate nu" }, }, build = ":TSUpdate", config = function()