Commit Graph

720 Commits

Author SHA1 Message Date
Ivar Fatland dcfcf0a0fc remove unknown option busy. more backwards compatible 2026-04-13 09:24:08 +02:00
Ivar Fatland b27168794d update statusline to be more backwards compatible 2026-04-13 09:08:12 +02:00
roodletoof 0072c0f633 remove lsp warnings and errors from the default statusline 2026-04-12 22:36:51 +02:00
roodletoof 2abc122e9e remove ignorecase
just use \c prefix instead while searching
2026-04-12 22:11:41 +02:00
roodletoof 9c6073bec4 remove unused function has_makefile 2026-04-12 20:07:08 +02:00
roodletoof 515855b163 don't show error underlines and signs in the editor 2026-04-12 20:05:20 +02:00
Ivar Fatland 96c003291b explicit binding to reset the font size 2026-04-09 16:20:12 +02:00
Ivar Fatland e4aef2241d change the font to GoMono Nerd Font 2026-04-09 16:19:03 +02:00
Ivar Fatland 99036c49e5 use the cattpuccin plugin instead. the colorscheme is currently only in the latest nvim version 2026-04-09 10:11:13 +02:00
roodletoof 40f2de1539 remove deprecated treesitter plugin
it was archived, and neovim seems to have fine built-in support. maybe
ill just figure out how to download parsers myself
2026-04-08 19:02:19 +02:00
roodletoof ac9e28e5ee change the colorscheme to cattpuccin 2026-04-08 19:01:40 +02:00
roodletoof 4fe6069530 add obvious errorrformat requirements to nvim as well 2026-04-02 02:49:24 +02:00
roodletoof 7e32d7c1e5 make correct thing 2026-04-02 02:47:41 +02:00
roodletoof 91c5ee98a5 errorformat for justfiles 2026-04-01 14:19:03 +02:00
roodletoof 6de21b3ec6 set makeprg to jsut in vim as well 2026-04-01 13:43:40 +02:00
roodletoof 5293430431 remove empty file-specific setup 2026-04-01 13:37:21 +02:00
roodletoof 83f1e0c977 remove specific makeprg per filetype and instead use just
just is a fine generic command runner, and cross-platform.
2026-04-01 13:36:23 +02:00
Ivar Fatland 481584f8f6 paste screenshots in markdown: mac support
for quickly making marp presentations
2026-03-24 12:48:24 +01:00
Ivar Fatland 07fb316564 noneOr snippet 2026-03-24 12:48:03 +01:00
Ivar Fatland f4139c89dc close all but the focused window when zen mode is enabled 2026-03-06 16:53:51 +01:00
Ivar Fatland add94f4b66 !! snippet 2026-03-06 16:52:32 +01:00
Ivar Fatland 5a4abe7454 remove unused oil keybindings and unbind my movement keys 2026-03-04 09:45:23 +01:00
Ivar Fatland 4c40d05fc1 delete unused configurations: bare-nvim, nixos 2026-03-04 09:34:53 +01:00
Ivar Fatland bb017f8764 ad := snippet to python 2026-03-04 09:32:04 +01:00
roodletoof aa6a320f95 allow initial query and select if there is exactly one match 2026-03-03 23:30:08 +01:00
Ivar Fatland be1ecb0679 add karabiner-ts project that built my current configuration 2026-03-02 09:10:19 +01:00
Ivar Fatland 5635882e5d backups karabiner 2026-03-02 09:06:55 +01:00
Ivar Fatland 7d62352353 swap between last space in tmux and this one 2026-03-02 09:06:48 +01:00
roodletoof b5dc2c98c7 lock space 10 to laptop display 2026-03-01 14:00:17 +01:00
roodletoof d9507c4821 Reapply "Reapply "set internal display to be on and left of the external display""
This reverts commit a8d1ddcd12.
2026-02-28 15:21:40 +01:00
roodletoof b67a2f180c update for loop snippet to have less stuff 2026-02-28 13:00:11 +01:00
roodletoof a8d1ddcd12 Revert "Reapply "set internal display to be on and left of the external display""
This reverts commit 0878f5321f.
2026-02-23 18:20:04 +01:00
roodletoof 0878f5321f Reapply "set internal display to be on and left of the external display"
This reverts commit 243883a7b3.
2026-02-20 18:07:29 +01:00
roodletoof 243883a7b3 Revert "set internal display to be on and left of the external display"
This reverts commit 261d515326.
2026-02-18 17:47:56 +01:00
roodletoof 261d515326 set internal display to be on and left of the external display 2026-02-18 17:13:47 +01:00
roodletoof e0bdfc51fe ignore case on normal search 2026-02-12 19:59:20 +01:00
roodletoof d4e9a4e3c8 use alacritty instead 2026-02-10 17:31:21 +01:00
Ivar Fatland f8ba797bec remove requirements.txt from nvim config
this is no longer needed as debugpy is installed through the mason
package manager instead of manually
2026-02-08 22:55:41 +01:00
Ivar Fatland d38347e682 Merge branch 'master' of github.com:roodletoof/dotfiles 2026-02-08 22:51:40 +01:00
Ivar Fatland ee166991d1 karabiner auto backup 2026-02-08 22:51:32 +01:00
roodletoof 20b61dc439 make focus follow mouse again
For some laptops that do not have palm rejection it can be annoying, but
it is also annoying when you have a mouse to not have this setting
turned on
2026-02-07 14:54:37 +01:00
roodletoof d0b1901939 set up dap for c# and switch dap-python from using debugpy-adapter in path
Mason installs these DAP adapters so that they appear to be in path for
any process spawned by nvim, so I can just use that instead. Seems to be
working perfectly. NOTE: to debug a c# application the root folder of
the current vim session should contain the .csproj file you want to
debug.
2026-02-07 14:53:49 +01:00
roodletoof f318684ba6 add fold tag for roslyn 2026-02-05 23:12:01 +01:00
roodletoof 078b504b08 c# support 2026-02-05 20:07:19 +01:00
roodletoof 0db922ffbd write all files before make 2026-02-04 20:12:44 +01:00
roodletoof c4402fc8a0 <c-m> is enter, use ,m instead 2026-02-04 19:51:10 +01:00
roodletoof fd84d710f5 use nnoremap instead of noremap 2026-02-04 19:49:39 +01:00
roodletoof 7eb25b8b34 keybind for make 2026-02-04 19:49:31 +01:00
roodletoof 579ad0281c support multiple commands in sesh 2026-02-03 20:25:27 +01:00
Ivar Fatland 42c61803a2 increase size of popups to cover terminal 2026-01-27 21:26:49 +01:00