ppeb
ppeb
I have an alias with neovim as `nvim --startuptime /tmp/nvim-startuptime` because I have something to read startuptime onto my dashboard. This breaks vim-startuptime.
Both lualine and the area where commands are typed do not reach the edge of the window. My goneovim version is 0.4.13-1.  The command area also seems to not...
.csproj files are the c# project filetype. I have the filetype set to xml, and the default configuration for autotag, but nothing is happening. It does work fine in other...
When using omnisharp, attempting to use a completion for an override breaks. I believe this is a coq specific bug as other plugins seem to handle it fine.  Selecting...
NOTE: This is a draft until all testing is finished and I can update all of the temp urls and remove any temp steps. The container pulls the scripts it...
So I'm attempting to create a lua api for tModLoader (c# game modding api). There's a few things I'm unsure of, so I'd like a bit of clarification. Is there...
With the `delimitMate_expand_cr` option set, a newline is inserted while in the completion menu of coq. The completion goes through and the cursor stays on the correct line when pressing...
Despite the base url option, when hosting somewhere that isn't the root directory, it will still load resources as if it was in the root directory.
### Problem Statement The majority of debuggers require args for the program being debugged to be passed in as an array. To handle things like escape characters with \ or...
Resolves https://github.com/neovim/neovim/issues/23026 and addresses servers not implementing `textDocument/semanticTokens/full` (i.e. https://github.com/dotnet/roslyn/issues/70536) My intentions were both to provide a basic implementation of range according to the suggestions in the lsp spec (listed...