redirect11
redirect11
Hi, I'm using this plugin with NvChad (https://github.com/NvChad/NvChad) on Neovim. I have configured it like this since NvChad already has a configuration for lspconfig and lsp-installer: ```lua local nlspsettings =...
Hi, if I use your config example for treesitter like in the readme I get this error: ``` E5108: Error executing lua ...-cpp-tools/lua/nvim-treesitter/nt-cpp-tools/internal.lua:5: loop or previous error loading module 'nvim-treesitter.nt-cpp-tools.output_handlers'...
Hi, I have the following in my launch.json ```json "name": "Remote GDB", "type":"cppdbg", "request": "launch", "preLaunchTask": "gdb_server", ``` and this is part of a task in task.json ```json "taskName": "gdb_server",...
Would be interesting to have support for [GUnit](https://github.com/cpp-testing/GUnit)
Hi, I have a g15v1 keyboard and I have compiled the driver from 4.11 branch (i'm on debian stretch with kernel 4.9). I have an issue when binding the driver...
Hi guys, i'm trying to implement the clean architecture into a big Android enterprise project since it fits perfectly in our needs. The only obscure thing it's about bind/unbind to...