Compare commits
No commits in common. "18f835bccbdbf875c34f6a2aa2eca3dfd0f9e7ce" and "2480494e854898b83285e414cd82df2e924c3744" have entirely different histories.
18f835bccb
...
2480494e85
3 changed files with 0 additions and 17 deletions
13
README.md
13
README.md
|
|
@ -49,16 +49,3 @@ GTK_THEME="Adwaita:dark" exec cage -s -- \
|
||||||
This only requires installing greetd, gtkgreet, cage and the archlinux
|
This only requires installing greetd, gtkgreet, cage and the archlinux
|
||||||
backgrounds packages. Unlike the setup with sway, this doesn't require
|
backgrounds packages. Unlike the setup with sway, this doesn't require
|
||||||
a loose formation of configuration files.
|
a loose formation of configuration files.
|
||||||
|
|
||||||
## Firefox
|
|
||||||
|
|
||||||
Firefox is not reasonably managed by chezmoi. However the setup I use is
|
|
||||||
reasonably easy to replicate.
|
|
||||||
|
|
||||||
Install the themes:
|
|
||||||
|
|
||||||
* [Kanagawa Wave](https://addons.mozilla.org/en-GB/firefox/addon/kanagawa-wave-dark-theme/)
|
|
||||||
* [Kanagawa Lotus](https://addons.mozilla.org/en-US/firefox/addon/kanagawa-lotus-light-theme/)
|
|
||||||
|
|
||||||
and the extension [automaticDark](https://addons.mozilla.org/en-US/firefox/addon/automatic-dark/),
|
|
||||||
which can be configured for listening to system events.
|
|
||||||
|
|
|
||||||
|
|
@ -437,7 +437,6 @@ require('lazy').setup({
|
||||||
-- Conform can also run multiple formatters sequentially
|
-- Conform can also run multiple formatters sequentially
|
||||||
-- python = { "isort", "black" },
|
-- python = { "isort", "black" },
|
||||||
--
|
--
|
||||||
fortran = { 'fprettify' },
|
|
||||||
},
|
},
|
||||||
formatters = {
|
formatters = {
|
||||||
djlint = {
|
djlint = {
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,6 @@ return {
|
||||||
'goimports',
|
'goimports',
|
||||||
'gomodifytags',
|
'gomodifytags',
|
||||||
'impl',
|
'impl',
|
||||||
'fortls',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -217,8 +216,6 @@ return {
|
||||||
vim.lsp.enable 'cssls'
|
vim.lsp.enable 'cssls'
|
||||||
vim.lsp.enable 'jsonls'
|
vim.lsp.enable 'jsonls'
|
||||||
vim.lsp.enable 'gopls'
|
vim.lsp.enable 'gopls'
|
||||||
|
|
||||||
vim.lsp.enable 'fortls'
|
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue