Dotnet: Coding Support

- Neovim LSP and code completion config
- .zshrc: dotnet completions plugin added
- .zshrc: Syntax-highlighting & autosuggestions are now installed
  through brew
This commit is contained in:
Pratik Tripathy
2024-05-12 21:41:10 +05:30
parent 63e26375a5
commit cdc7f24982
3 changed files with 8 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ return {
},
bashls = { filetypes = { "sh", "bash", "zsh" } },
html = { filetypes = { "html", "twig", "hbs" } },
omnisharp = {},
tsserver = {
settings = {
completions = {