Compare commits

..

No commits in common. "29b0c1290ae13fba187a61309249c718c9f39d59" and "a86829d7d5384be4e81489e570a67804ffa00fae" have entirely different histories.

3 changed files with 4 additions and 6 deletions

View file

@ -56,10 +56,10 @@ alpha = 0.92
# command-focused=no # command-focused=no
[scrollback] [scrollback]
lines=10000 # lines=1000
# multiplier=3.0 # multiplier=3.0
# indicator-position=relative # indicator-position=relative
indicator-format=line # indicator-format=
[url] [url]
# launch=xdg-open ${url} # launch=xdg-open ${url}

View file

@ -432,9 +432,8 @@ require('lazy').setup({
htmldjango = { 'djlint' }, htmldjango = { 'djlint' },
python = { 'ruff_fix', 'ruff_format', 'ruff_organize_imports' }, python = { 'ruff_fix', 'ruff_format', 'ruff_organize_imports' },
-- You can use 'stop_after_first' to run the first available formatter from the list -- You can use 'stop_after_first' to run the first available formatter from the list
javascript = { 'prettier' }, javascript = { 'js_beautify' },
css = { 'prettier' }, css = { 'css_beautify' },
markdown = { 'prettier' },
-- Conform can also run multiple formatters sequentially -- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" }, -- python = { "isort", "black" },
-- --

View file

@ -35,7 +35,6 @@ return {
'fortls', 'fortls',
'arduino-language-server', 'arduino-language-server',
'terraform-ls', 'terraform-ls',
'prettier',
}, },
}, },
}, },