1
Fork 0
Commit graph

11 commits

Author SHA1 Message Date
9a59dfb308
nvim: Add support for clangd for C++ and ccls for C
clangd doesn't work the way I want it to with C.
ccls doesn't work the way I want it to with C++.

So now I use both for each ones they work well with.
2024-12-11 14:39:07 +01:00
b5d3970e71
nvim: Switch to clangd and use libcxx to support c++23 headers
For some fucking unknown reason the clang-tools package doesn't build
with libcxx by default and thus doesn't have the print header from C++23
which I need. I also don't know if they're fucking using the gcc13 c++
stdlib because the gcc14 one FUCKING HAS THE HEADER. I lost hours of
life which I am never going to get back to this fucking bullshit.
2024-12-10 14:39:49 +01:00
b58b1ffcac
nvim: Add cord.nvim 2024-09-28 21:05:55 +02:00
4ce70b2458
nvim: Migrate to ts_ls from tsserver 2024-09-28 21:04:27 +02:00
712f401948
nvim: Replace clangd with ccls
Updating clangd did indeed not help. Maybe this fork of clangd fixed it
or something.
2024-09-07 19:56:59 +02:00
4f5b8ac3b9
nvim: Add scrolloff settings 2024-09-06 10:49:54 +02:00
aba3dc1ed7
neovim: fix error when loading outside of distrobox container 2024-08-04 19:55:46 +02:00
497e6a1449
Add Haskell lsp support 2024-08-01 18:38:05 +02:00
46b6968238
Add support for distrobox 2024-07-31 16:39:15 +02:00
ccac03f685
nvim: Add LaTeX LSP support and fix healtcheck errors 2024-07-28 00:18:15 +02:00
aaaf4808f3
Refactor: Replace users with home 2024-07-25 22:12:51 +02:00