change go path, ffs

This commit is contained in:
DashieTM 2024-05-03 22:47:20 +02:00
parent cf63b635ac
commit dcfb38839d
6 changed files with 21 additions and 23 deletions

View file

@ -67,6 +67,7 @@
nvim-ts-context-commentstring
nvim-web-devicons
nvim-jdtls
omnisharp-extended-lsp-nvim
neotest
neotest-java
neotest-rust

View file

@ -64,6 +64,10 @@ return {
ansiblels = {
mason = false,
},
omnisharp = {
mason = false,
cmd = { "OmniSharp" },
},
typst_lsp = {
settings = {
experimentalFormatterMode = "on",
@ -158,6 +162,7 @@ return {
nix = { "nixpkgs-fmt" },
lua = { "stylua" },
sh = { "shfmt" },
cs = { "dotnet-csharpier" },
},
},
},