Commit Graph

205 Commits

Author SHA1 Message Date
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 bb017f8764 ad := snippet to python 2026-03-04 09:32:04 +01:00
roodletoof b67a2f180c update for loop snippet to have less stuff 2026-02-28 13:00:11 +01:00
roodletoof e0bdfc51fe ignore case on normal search 2026-02-12 19:59:20 +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
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
Ivar Fatland 5e17c6d395 Merge branch 'master' of github.com:roodletoof/dotfiles 2026-01-16 16:51:38 +01:00
Ivar Fatland 0610f7997e lock treesitter version 2026-01-16 16:51:15 +01:00
roodletoof 120f8be028 just basedpyright, not pytho 2026-01-11 15:27:40 +01:00
roodletoof 5bc85351ab better odin support 2026-01-07 23:46:50 +01:00
roodletoof 0e1fcc7598 lock treesitter to compatible version 2026-01-07 21:39:16 +01:00
roodletoof 84ca90f6c0 more sql injections for golang 2026-01-06 19:45:25 +01:00
roodletoof 014504ae0b sql syntax highlighting in golang 2025-12-30 12:21:39 +01:00
roodletoof aaf0a7c81c add find implementation 2025-12-25 17:07:53 +01:00
Ivar Fatland 13fc056f87 fix bug 2025-12-17 15:32:17 +01:00
Ivar Fatland a7a7412147 use library code for types 2025-12-17 12:15:50 +01:00
roodletoof f349e7a473 fix zen mode 2025-12-15 20:24:35 +01:00
roodletoof 447081b176 rename zen mode variables 2025-12-14 11:52:59 +01:00
roodletoof 0822ca59ba dont toggle padding by default 2025-12-12 19:59:24 +01:00
roodletoof fe27365ea2 padding by default 2025-12-12 19:51:53 +01:00
roodletoof b0a7975a23 make the padding resize automatically 2025-12-12 19:43:34 +01:00
roodletoof 60030df642 more sophisticated handling of padding window focus 2025-12-12 19:23:44 +01:00
Ivar Fatland 956cee2697 use the same syntax 2025-12-12 16:53:21 +01:00
Ivar Fatland a37df6e7cc quit if the last window is the padding window 2025-12-12 16:51:00 +01:00
Ivar Fatland 42b11a6d52 prefection 2025-12-12 10:48:22 +01:00
Ivar Fatland a6205d4fbb always split to the very left 2025-12-12 10:31:53 +01:00
Ivar Fatland 31cd5a8b07 make win local 2025-12-12 10:22:31 +01:00
Ivar Fatland 8f20413457 only make one scratch buffer ever 2025-12-12 08:51:55 +01:00
roodletoof c5d28c5a47 fix bug 2025-12-11 22:06:46 +01:00
roodletoof 68e46ea591 nearly perfect zen mode 2025-12-11 20:27:09 +01:00
roodletoof d6712ac534 pretty good zen mode 2025-12-10 19:56:50 +01:00
roodletoof 920d03ff0e foreacharr update 2025-12-10 19:23:11 +01:00
Ivar Fatland f587545af6 add comment for what to do 2025-12-10 14:58:59 +01:00
Ivar Fatland f97a43c77c remove zen mode for own solution 2025-12-10 14:55:18 +01:00
roodletoof 0b0499e07a latest 2025-12-07 16:08:29 +01:00
roodletoof 17e87a9c5f latest 2025-12-05 18:05:02 +01:00
roodletoof 6c13ff552c dont use :: snippet, :: is already a thing 2025-11-29 12:24:10 +01:00
roodletoof bbde1ef666 don't expand tabs in odin 2025-11-29 12:23:58 +01:00
roodletoof dd756bd240 Merge branch 'master' of github.com:roodletoof/dotfiles 2025-11-26 17:57:55 +01:00