Wordluc
Wordluc
@jamestrew why the problem is plenary? the problem seems to be vim.fn.getbufinfo(bufnr)[1], that return the "wrong" result
Bug: Basically, the path sometimes uses "/" and other times "\\". The firstname option works with "\\", so I replaced "/" with "\\". After that, the option works correctly. I...
fixing pull request: https://github.com/nvim-telescope/telescope.nvim/pull/3176#issue-2361716277
It doesn't work on git_status either. this is the work around(make_entry.lua, in line: 1356 ) ` local display_path = entry.path local path_style= nil if utils.iswin then --for plenary problem display_path...
it seems that lsp dosnet support file operations, for this i use "didChangeWatchedFiles"
Windows 10
for now i found this solutions: ```local cap = require('lspconfig').util.default_config.capabilities cap.workspace.didChangeWatchedFiles.dynamicRegistration = true local oldMath = require("vim.lsp._watchfiles")._match require("vim.lsp._watchfiles")._match = function(a, b) if string.find(b, '.csproj') or string.find(b, '.sln') then return false...
@tcx4c70 without the workaround are present diffent .csproj, the thing is that i don't change them, so like you said it's a problem of the client so nvim lsp? or...
the problem is that i use visual studio to build and debug the solution since visual studio open .sln to load the solution
hi, inside the editor, i use neovim