More settings
This commit is contained in:
@@ -41,7 +41,7 @@ return {
|
||||
args = {
|
||||
'--config=$HOME/.config/aider/aider.yaml',
|
||||
'--no-auto-commits',
|
||||
'--copy-paste',
|
||||
'--env-file=$(pwd)/.aider.env'
|
||||
},
|
||||
auto_reload = true,
|
||||
win = {
|
||||
|
||||
@@ -18,7 +18,7 @@ return { -- Autoformat
|
||||
-- Disable "format_on_save lsp_fallback" for languages that don't
|
||||
-- have a well standardized coding style. You can add additional
|
||||
-- languages here or re-enable it for the disabled ones.
|
||||
local disable_filetypes = { c = true, cpp = true }
|
||||
local disable_filetypes = { c = true, cpp = true, vue = true, js = true }
|
||||
if disable_filetypes[vim.bo[bufnr].filetype] then
|
||||
return nil
|
||||
else
|
||||
|
||||
@@ -158,6 +158,12 @@ return {
|
||||
disconnect = '',
|
||||
},
|
||||
},
|
||||
element_mappings = {
|
||||
stacks = {
|
||||
open = "<CR>",
|
||||
expand = "o",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
-- Change breakpoint icons
|
||||
|
||||
Reference in New Issue
Block a user