Compare commits
2 commits
a86829d7d5
...
29b0c1290a
| Author | SHA1 | Date | |
|---|---|---|---|
| 29b0c1290a | |||
| c871089eee |
3 changed files with 6 additions and 4 deletions
|
|
@ -56,10 +56,10 @@ alpha = 0.92
|
||||||
# command-focused=no
|
# command-focused=no
|
||||||
|
|
||||||
[scrollback]
|
[scrollback]
|
||||||
# lines=1000
|
lines=10000
|
||||||
# multiplier=3.0
|
# multiplier=3.0
|
||||||
# indicator-position=relative
|
# indicator-position=relative
|
||||||
# indicator-format=
|
indicator-format=line
|
||||||
|
|
||||||
[url]
|
[url]
|
||||||
# launch=xdg-open ${url}
|
# launch=xdg-open ${url}
|
||||||
|
|
|
||||||
|
|
@ -432,8 +432,9 @@ 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 = { 'js_beautify' },
|
javascript = { 'prettier' },
|
||||||
css = { 'css_beautify' },
|
css = { 'prettier' },
|
||||||
|
markdown = { 'prettier' },
|
||||||
-- Conform can also run multiple formatters sequentially
|
-- Conform can also run multiple formatters sequentially
|
||||||
-- python = { "isort", "black" },
|
-- python = { "isort", "black" },
|
||||||
--
|
--
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ return {
|
||||||
'fortls',
|
'fortls',
|
||||||
'arduino-language-server',
|
'arduino-language-server',
|
||||||
'terraform-ls',
|
'terraform-ls',
|
||||||
|
'prettier',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue