Results 2 issues of james5635

The omnisharp lsp is not working on neovim 0.11.4 # neovim ``` NVIM v0.11.4 Build type: RelWithDebInfo LuaJIT 2.1.1753364724 Run "nvim -V1 -v" for more info ``` # dotnet ```...

https://github.com/google/styleguide/blob/1387bff19c141c047c483cbe813659625f93defa/go/guide.md?plain=1#L402-L412 The style guide explains that multi-word names in Go should use *MixedCaps* (camelCase) rather than underscores. For example: - `MaxLength` (exported) - `maxLength` (unexported) However, the guide doesn’t clearly...

lang:go