Commit Graph

171 Commits

Author SHA1 Message Date
Ivar Fatland 9b2f6913f5 begin populating qflist on nvim errors
still truncates the messages
2026-04-18 11:50:49 +02:00
Ivar Fatland a48984b166 vendor nvim-treesitter 2026-04-18 11:50:27 +02:00
Ivar Fatland 18e72c062c Revert "remove deprecated treesitter plugin"
This reverts commit 40f2de1539.
2026-04-17 17:56:06 +02:00
Ivar Fatland 1c4b7b270d remove the stat usline and error highlighting stuff i removed 2026-04-14 15:49:16 +02:00
Ivar Fatland 98a85e967e only change error stuff when zen mode is active 2026-04-14 09:28:35 +02:00
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 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 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 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