From 4bb640400943af12d1df051da9efa6be0b5fb2e6 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 23 Oct 2025 13:59:01 +0100 Subject: [PATCH 1/2] Add fortran tooling --- home/dot_config/nvim/init.lua | 1 + home/dot_config/nvim/lua/custom/plugins/lsp.lua | 3 +++ 2 files changed, 4 insertions(+) diff --git a/home/dot_config/nvim/init.lua b/home/dot_config/nvim/init.lua index b37ab0d..91a9786 100644 --- a/home/dot_config/nvim/init.lua +++ b/home/dot_config/nvim/init.lua @@ -437,6 +437,7 @@ require('lazy').setup({ -- Conform can also run multiple formatters sequentially -- python = { "isort", "black" }, -- + fortran = { 'fprettify' }, }, formatters = { djlint = { diff --git a/home/dot_config/nvim/lua/custom/plugins/lsp.lua b/home/dot_config/nvim/lua/custom/plugins/lsp.lua index b71b75c..d6668e7 100644 --- a/home/dot_config/nvim/lua/custom/plugins/lsp.lua +++ b/home/dot_config/nvim/lua/custom/plugins/lsp.lua @@ -32,6 +32,7 @@ return { 'goimports', 'gomodifytags', 'impl', + 'fortls', }, }, }, @@ -216,6 +217,8 @@ return { vim.lsp.enable 'cssls' vim.lsp.enable 'jsonls' vim.lsp.enable 'gopls' + + vim.lsp.enable 'fortls' end, } From 18f835bccbdbf875c34f6a2aa2eca3dfd0f9e7ce Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 23 Oct 2025 14:02:23 +0100 Subject: [PATCH 2/2] Document firefox theming --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0efa9f4..c454bf2 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,16 @@ GTK_THEME="Adwaita:dark" exec cage -s -- \ This only requires installing greetd, gtkgreet, cage and the archlinux backgrounds packages. Unlike the setup with sway, this doesn't require 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.