Commit Graph

24 Commits

Author SHA1 Message Date
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
Ivar Fatland 026bdbb55a add syntax
for some reason when I have a .vimrc the syntax is disabled. explicitly
enabling it seems to work though
2025-09-29 22:48:48 +02:00
Ivar Fatland e29ceace40 add autoindent 2025-09-29 22:42:21 +02:00
Ivar Fatland adbbf3304b add vimrc 2025-09-29 22:35:47 +02:00