Add initial dotfiles

This commit is contained in:
Ethan Lane 2025-02-10 10:31:34 +00:00
commit f748e588ae
11 changed files with 1182 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"languageserver": {
"csharp_ls": {
"command": "csharp-ls",
"filetypes": ["cs"],
"rootPatterns": ["*.csproj", ".vim/", ".git/", ".hg/"]
}
}
}