mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
Add support for dotnet + vscode config changes
- NVim: Omnisharp LSP added - VSCode: gitgraph & dotnet specific configs + reorg configs
This commit is contained in:
@@ -70,7 +70,23 @@ return {
|
||||
},
|
||||
bashls = { filetypes = { "sh", "bash", "zsh" } },
|
||||
html = { filetypes = { "html", "twig", "hbs" } },
|
||||
omnisharp = {},
|
||||
omnisharp = {
|
||||
-- DotNet = {
|
||||
-- enablePackageRestore = true,
|
||||
-- },
|
||||
settings = {
|
||||
FormattingOptions = {
|
||||
OrganizeImports = true,
|
||||
},
|
||||
RoslynExtensionOptions = {
|
||||
EnableAnalyzerSupport = true,
|
||||
EnableImportCompletion = true,
|
||||
},
|
||||
Sdk = {
|
||||
IncludePrereleases = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
tsserver = {
|
||||
settings = {
|
||||
completions = {
|
||||
|
||||
Reference in New Issue
Block a user