add work-laptop config
This commit is contained in:
parent
c935973900
commit
00e3f8f8e9
5 changed files with 19 additions and 8 deletions
|
|
@ -31,6 +31,13 @@ return {
|
|||
display = {
|
||||
action_palette = {
|
||||
prompt = " "
|
||||
},
|
||||
chat = {
|
||||
window = {
|
||||
layout = "float",
|
||||
height = 0.8,
|
||||
width = 0.8,
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -75,4 +82,3 @@ return {
|
|||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue