From e8b2978247a21c653dca880b944a46fa77875765 Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Mon, 16 Mar 2026 10:07:22 +0100 Subject: [PATCH 1/4] Remove redundant fallback fonts --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 8735dda..4c070e7 100644 --- a/init.lua +++ b/init.lua @@ -12,7 +12,7 @@ local opt = vim.opt local workman = false -- Set font -o.guifont = 'IosevkaTermSlab Nerd Font,IosevkaTerm Nerd Font,Iosevka Term Slab,Iosevka:h10:#e-subpixelantialias' +o.guifont = 'IosevkaTermSlab Nerd Font:h11:#e-subpixelantialias' g.neovide_floating_z_height = 1 g.neovide_confirm_quit = true -- Confirm closing neovide window when changes are unsaved g.neovide_cursor_smooth_blink = true From f5389e636720be7fe33eb31bcd70bedec1250c75 Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Mon, 16 Mar 2026 10:07:44 +0100 Subject: [PATCH 2/4] Fix missing comma --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 4c070e7..5127670 100644 --- a/init.lua +++ b/init.lua @@ -1018,7 +1018,7 @@ require('lazy').setup({ picker = 'telescope', -- Allow using :Octo without arguments enable_builtin = true, - }} + }}, {'stevearc/overseer.nvim', dependencies = {'folke/which-key.nvim'}, opts = { task_list = { bindings = { From 84ce078aec34f63b5248fb2914a685bcd13dcb5d Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Mon, 16 Mar 2026 10:07:52 +0100 Subject: [PATCH 3/4] Remove iswap.nvim as it no longer works --- init.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.lua b/init.lua index 5127670..8fb900a 100644 --- a/init.lua +++ b/init.lua @@ -370,10 +370,6 @@ require('lazy').setup({ end}, 'direnv/direnv.vim', 'jbyuki/instant.nvim', - {'mizlan/iswap.nvim', config = function() - require'iswap'.setup {} - vim.keymap.set('', 's', 'ISwapWith', { desc = 'Swap' }) - end}, {'windwp/nvim-projectconfig', opts = { -- Load project configuration when changing directory autocmd = true, From 29f702a0f3ac2a6cedc326b9563093b3f67cc5b5 Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Mon, 16 Mar 2026 10:08:14 +0100 Subject: [PATCH 4/4] Switch to rustaceanvim's neotest adapter --- init.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 8fb900a..b4b5eec 100644 --- a/init.lua +++ b/init.lua @@ -1162,13 +1162,12 @@ require('lazy').setup({ require'telescope'.load_extension('undo') end}, {'nvim-neotest/neotest', dependencies = { - 'nvim-neotest/neotest-vim-test', - 'rouge8/neotest-rust', + --'nvim-neotest/neotest-vim-test', }, config = function() require'neotest'.setup { adapters = { - require'neotest-vim-test' { allow_file_types = {'java'} }, - require'neotest-rust' {}, + --require'neotest-vim-test' { allow_file_types = {'java'} }, + require'rustaceanvim.neotest' } } require'which-key'.register {