mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
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:
@@ -15,6 +15,9 @@ return {
|
||||
"hrsh7th/cmp-path",
|
||||
"hrsh7th/cmp-buffer",
|
||||
|
||||
"hrsh7th/cmp-vsnip",
|
||||
"hrsh7th/vim-vsnip",
|
||||
|
||||
-- Adds a number of user-friendly snippets
|
||||
"rafamadriz/friendly-snippets",
|
||||
},
|
||||
|
||||
@@ -69,6 +69,7 @@ return {
|
||||
},
|
||||
bashls = { filetypes = { "sh", "bash", "zsh" } },
|
||||
html = { filetypes = { "html", "twig", "hbs" } },
|
||||
omnisharp = {},
|
||||
tsserver = {
|
||||
settings = {
|
||||
completions = {
|
||||
|
||||
Reference in New Issue
Block a user