Commit Graph

53 Commits

Author SHA1 Message Date
roodletoof ce16980323 remove the netrw_banner 2026-05-25 17:05:23 +02:00
Ivar Fatland c8cdefe6dc remove cabbrev 2026-05-03 16:58:47 +02:00
roodletoof ca743712bb latest 2026-04-22 19:05:24 +02:00
Ivar Fatland e6f03373a0 make just abbreviation for make 2026-04-21 09:41:50 +02:00
roodletoof 5dbc80a1d4 make shortcut 2026-04-20 22:15:03 +02:00
roodletoof 8125b71659 remove ignorecase 2026-04-20 22:12:36 +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 e0bdfc51fe ignore case on normal search 2026-02-12 19:59:20 +01:00
roodletoof 70480830bb fix error 2026-01-16 19:28:02 +01:00
Ivar Fatland 31dc9bb9df change c# error format 2026-01-16 16:51:22 +01:00
roodletoof 0b0499e07a latest 2025-12-07 16:08:29 +01:00
roodletoof 337d3fb997 set autowriteall 2025-11-26 18:58:39 +01:00
roodletoof 2681a2fd1a fdas 2025-11-26 17:57:22 +01:00
roodletoof d88c7d0cbb dont expand tabs in lua files 2025-11-24 22:34:00 +01:00
roodletoof 3da3f8c43f go back to everforest colorscheme
This reverts commit 0a989f9350.

Revert "switch colorscheme to unokai without termguicolors"

This reverts commit 474227d2e0.
2025-11-15 16:27:42 +01:00
roodletoof 0a989f9350 set termguicolors 2025-11-12 23:23:52 +01:00
roodletoof 33099f69ea default to using unokai, but use monokai if it does not exist 2025-11-03 18:22:31 +01:00
Ivar Fatland d42193e098 add errorformat that matches basedpyright 2025-11-03 13:05:39 +01:00
Ivar Fatland b609bb51bc add the monokai colorscheme 2025-11-03 09:50:05 +01:00
roodletoof 8f8df82bf2 ctags specific to go to include standard library code 2025-11-02 21:04:21 +01:00
roodletoof 9bf3d0c544 don't use go doc as keywordprg. just have other terminal for that 2025-11-02 17:22:28 +01:00
roodletoof 1dac00f5bd set the keywordprg to go doc for go files 2025-11-02 16:46:22 +01:00
roodletoof 3f180cd76b remove non-standard colorscheme, and add ctags command instead of qflist TODO command 2025-11-01 14:44:52 +01:00
roodletoof a31310e173 don't use swapfiles 2025-10-11 15:31:39 +02:00
roodletoof 166a3f87dd Reapply "Revert persistent undo and swap file disable stuff"
This reverts commit 7623ee423f.
2025-10-10 19:29:37 +02:00
Ivar Fatland 0f570e72a8 add checktime shortcuts to reload files that have been changed outside of vim/neovim 2025-10-10 13:26:41 +02:00
Ivar Fatland 7623ee423f Revert "Revert persistent undo and swap file disable stuff"
This reverts commit a28f3baa02.
2025-10-10 11:20:48 +02:00
Ivar Fatland a28f3baa02 Revert persistent undo and swap file disable stuff
This reverts commit 565f7c71dc.

Revert "add persistent undo functionality to both neovim and vim"

This reverts commit 1d8df9d310.
2025-10-10 11:10:28 +02:00
roodletoof b5307bbc31 change vim colorscheme 2025-10-09 21:21:29 +02:00
roodletoof ba8fff1069 fix vim and neovim configs so I can use ctrl-a for tmux 2025-10-09 20:40:22 +02:00
roodletoof 565f7c71dc cooler backup defaults
autoread changes from other programs, and keep persistent undo
information between sessions.
2025-10-09 18:46:29 +02:00
roodletoof 1d8df9d310 add persistent undo functionality to both neovim and vim 2025-10-09 18:42:16 +02:00
roodletoof 71ba1dce14 make marks jump to the last known position in a file, not it's exact position 2025-10-08 20:22:06 +02:00
roodletoof 5a7af95ebf remove center screen from cnext cprev mappings 2025-10-05 21:17:33 +02:00
roodletoof f29cedea97 remove fzf
I don't like having the dependency. Also removed the include folders for
c projects, so I can use the find command as a replacement
2025-10-05 19:35:37 +02:00
roodletoof 90226a7e1f don't expand tabs in makefiles 2025-10-05 00:03:37 +02:00
roodletoof 642cb592c6 sorted all lines in .vimrc 2025-10-04 23:47:48 +02:00
roodletoof 9f567cf121 add fzf support in .vimrc 2025-10-04 23:44:59 +02:00
roodletoof 0212af962e sensible default path variable
only include the header folders if c files are opened
2025-10-04 20:19:23 +02:00
roodletoof 3510afefa7 latest 2025-10-04 20:00:07 +02:00
roodletoof 715a2d4949 set ttimeoutlen
this was what I was trying to do in the first place
2025-10-04 18:47:39 +02:00
roodletoof 17eab59293 remove timeoutlen thing it was disabling my normal mode mappings 2025-10-04 18:42:56 +02:00
Ivar Fatland 5a69a7ac29 Revert "change colorscheme and remove cursorline"
This reverts commit e6d82dfaf9.
2025-10-03 20:15:55 +02:00
Ivar Fatland e6d82dfaf9 change colorscheme and remove cursorline 2025-10-03 19:20:44 +02:00
Ivar Fatland 09ca0978f9 set the timeoutlen to something small to stop the stupid lag 2025-10-01 08:59:07 +02:00
Ivar Fatland effe7eddd8 language specific settings for python, csharp and yaml 2025-09-30 08:11:39 +02:00
Ivar Fatland c4c240eb3c fix clipboard for mac 2025-09-30 08:11:27 +02:00
Ivar Fatland 21f9b03051 remove expandtab 2025-09-29 23:54:08 +02:00