Compare commits

..

2 commits

3 changed files with 6 additions and 4 deletions

View file

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

View file

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

View file

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