.dotfiles/home/.config
Martin Larsson 822d397635 Update clang from lspconfig, fix keybinds for header/source switching
and symbol info. Also start clang with more and different options for
better handling in larger projects:

+            "--background-index",         -- Enables background indexing
+            "--clang-tidy",               -- Enables clang-tidy diagnostics
+            "--completion-style=bundled", -- Simpler completions for faster performance
+            "--rename-file-limit=0",      -- No limit on renaming files
+            "--header-insertion=iwyu",    -- Suggest missing includes based on IWYU
+            "--inlay-hints",              -- Enable inlay hints for parameter and type information
+            "--limit-results=70",         -- Limit autocompletion and symbol results
+            "--suggest-missing-includes", -- Still show missing includes suggestions
+            "--pch-storage=disk",         -- Stores precompiled headers on disk (fixes the issue where system ran out of memory when indexing large projects, not a huge performance hit on fast m2 ssds)
+            "--log=error",                -- Log only errors
2024-09-21 16:45:34 +02:00
..
alacritty Add option as alt so the option key works in tmux when using mac 2024-08-16 10:06:14 +02:00
bat Move bat from linux only to generic home dir 2024-05-18 11:20:30 +02:00
kitty Setup the directory structure to handle both mac and linux, and stowing with only one command, well two, one for the OS specific dir as well. 2024-04-19 01:19:38 +02:00
lazygit Setup the directory structure to handle both mac and linux, and stowing with only one command, well two, one for the OS specific dir as well. 2024-04-19 01:19:38 +02:00
neomutt Add NeoMutt configuration 2024-07-12 17:02:42 +02:00
nvim Update clang from lspconfig, fix keybinds for header/source switching 2024-09-21 16:45:34 +02:00
tmux Add tmux config and replace zellij with tmux in zshrc. 2024-06-29 14:01:03 +02:00
wallpapers Setup the directory structure to handle both mac and linux, and stowing with only one command, well two, one for the OS specific dir as well. 2024-04-19 01:19:38 +02:00
zellij Change so zellij statusbar is at the top of the terminal, this way it is no longer fighting neovim statusbar for attention from my eyes 2024-05-25 11:14:56 +02:00