Commit Graph

391 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
Ivar Fatland 20e07638f6 start at index 1 2025-10-10 11:02:38 +02:00
Ivar Fatland 0e48457b77 Merge branch 'master' of github.com:roodletoof/dotfiles 2025-10-10 08:45:40 +02:00
roodletoof 4e77886cb2 make lazygit popup fullscreen 2025-10-09 21:21:50 +02:00
roodletoof b5307bbc31 change vim colorscheme 2025-10-09 21:21:29 +02:00
roodletoof 89ea082fe6 change right status to be less distracting 2025-10-09 20:40:38 +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 f0ec0b2fc8 slightly larger font in alacritty 2025-10-09 20:39:55 +02:00
roodletoof 30bc19efcd default to make new windows in the same working directory 2025-10-09 20:00:52 +02:00
roodletoof aa362a7a35 lazygit floating window 2025-10-09 19:49:06 +02:00
roodletoof d135735cb1 nice looking default config 2025-10-09 19:30:25 +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
Ivar Fatland 270b84655f remove roslyn
Probably could have made this a for-loop
2025-10-08 20:22:06 +02:00
Ivar Fatland b10661925e remove roslyn 2025-10-07 13:16:27 +02:00
Ivar Fatland 687f81e7eb remove out of date roslyn configuration
It is out of date. I need to rethink it.
2025-10-07 13:12:08 +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 3adb5a8497 remove stupid ass auto display off crap that does not even detect that I am watching a movie 2025-10-04 23:44:49 +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
roodletoof d3770e86bc don't warn me about overrides
The feature is just too useful to define clean APIs.
2025-10-04 00:46:41 +02:00
Ivar Fatland d820973b59 add criterion test assertion failure errorformat 2025-10-03 22:01:06 +02:00
Ivar Fatland 88d6f34751 make jump to first/last qflist item work as it should 2025-10-03 22:00:42 +02:00
Ivar Fatland e8e94ac5d0 Revert "remove the filetype overwrite to c"
This reverts commit 110480ea3f.
2025-10-03 20:44:45 +02:00
Ivar Fatland 6eb6afbd76 add clangd config to treat .h files as c files 2025-10-03 20:43:16 +02:00
Ivar Fatland 7efe16b2ca only use sourcekit for swift projects 2025-10-03 20:40:47 +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 2c4ba17354 add sql snippets 2025-10-03 15:17:49 +02:00
Ivar Fatland 4e2fcc08a8 remove everforest colorscheme from alacritty 2025-10-02 18:13:03 +02:00
Ivar Fatland 542937fa7f add the open app and terminal scripts to aerospace config 2025-10-02 08:24:29 +02:00
Ivar Fatland f1a0883eed added karabiner elements 2025-10-01 12:11:56 +02:00
Ivar Fatland 4eb9c26c46 add aerospace 2025-10-01 12:07:27 +02:00
Ivar Fatland 31ca3727ec add go to implementation 2025-10-01 10:51:35 +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
Ivar Fatland 2cc3a1fbee add ability to yank full filepath in oil buffer with ctrl-y 2025-09-27 11:59:22 +02:00
Ivar Fatland 19d7feab41 add comment to disable wrong diagnostic 2025-09-27 11:59:00 +02:00