add work-laptop config

This commit is contained in:
Alexander Navarro 2024-11-15 09:20:57 -03:00
parent c935973900
commit 00e3f8f8e9
5 changed files with 19 additions and 8 deletions

View file

@ -31,6 +31,13 @@ return {
display = {
action_palette = {
prompt = ""
},
chat = {
window = {
layout = "float",
height = 0.8,
width = 0.8,
},
}
}
},
@ -75,4 +82,3 @@ return {
},
}
}

View file

@ -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()