feat(neovim): add csharp support

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-09-30 19:28:55 -03:00
parent 935be8d906
commit 03f9f32099
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
4 changed files with 8 additions and 1 deletions

View file

@ -8,6 +8,7 @@ return {
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, {
-- Programming
"c",
"c_sharp",
"cmake",
"cpp",
"css",