UNEXPECTED
UNEXPECTED
sorry, i thought this plugin can let my neovim floating windows transparent like readme.md . My english is bad lol.
So is there any ways can make my floating windows transparent?
I try to use this but seems not working... ```lua use { 'CRAG666/code_runner.nvim', requires = 'nvim-lua/plenary.nvim', -- cmd = { 'RunFile', 'RunCode' }, config = [[ require "code_runner".setup { mode...
i have to use this to run mutiple code in one window :( ```lua vim.api.nvim_create_autocmd({ "BufRead", "BufEnter", "BufNewFile", "TabEnter" }, { pattern = { "*.python", "*.php", "*.c", "*.html", "*.sh" },...
lol im noob for github and i havent use git before, but i will try my best to implement that
btw how can i change ghost text highlight group lol
the bufferline readme.md write this  and i dont know how to reconfig tokyonight in order to test...
安全老哥tql
Yes, i'm using clangd, clangd completion and snippetd completion have the same problem :( , is there any ways can fix this strange problem?
```lua lspconfig.clangd.setup { on_attach = M.on_attach, capabilities = M.capabilities, single_file_support = true, } ``` ```bash ~/.c/n/l/LSP [ clangd --version ] 09:35:38 PM clangd version 14.0.6 Features: linux Platform: x86_64-pc-linux-gnu ```