Skip to content

villapx/home

Repository files navigation

Home Folder Config Files/Dotfiles

Neovim

clangd

sudo apt install clangd-18
sudo update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-18 100

csharp-ls

Install .NET SDK, for example using the "scripted install" (dotnet-install.sh). See: https://learn.microsoft.com/en-us/dotnet/core/install/linux

For example, to install .NET 8.0:

./dotnet-install.sh --version 8.0.421

This installs the SDK into the directory ~/.dotnet.

Then, to install csharp-ls:

dotnet tool install --global csharp-ls

Depending on the .NET SDK version, the csharp-ls version may need to be specified. Per the releases page, the latest csharp-ls version that supports .NET 8.0 is version 0.16.0:

dotnet tool install --global --version 0.16.0 csharp-ls

About

Contains my personal config files (dotfiles) and other home folder essentials for UNIX-like operating systems.

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors