Neovim – Set diagnostics configuration per LSP
I have the following in my config
Split NeoVim window above others
Let’s say I’ve split the screen into 3 vertical windows using :vs
twice.
Now, to open a terminal, I use :sp
to split horizontally, but it only splits in the window it’s currently in.
I’d like to however split it so that it stretches from left to right. The behavior is similar to VSCode, where the console pops up from the bottom.
How to handle projects
I try to use neovim-project and session-manager plugins but dont really know how to save/load a project. Running
Neovim how to handle projects
I try to use neovim-project and session-manager plugins but dont really know how to save/load a project. Running
Neovim clipboard through [windows]-[windows terminal]-[ssh]-[linux:ubuntu]-[neovim]
As I wrote in the title, my working environment is like below
clangd cannot find iostream
i use mason-lspconfig, mason and neovim-lspconfig but
Clangd cannot find iostream… i do have a compile_commands.json generated by cmake and ninja
Image:
editor
Github Link
How to portt this delete mark and buffer function from harpoon to harpoon2
I got this function that works in harpoon:
DAP does not see my config for javascript
I get that error: No configuration found for “javascript”. You need to add configs to “dap.configurations.javascript” (See “:h dap-configuration”)
Is there a config option or plugin in Neovim to turn off arrow symbol completion (e.g. => turns into ⇒)?
I’m fairly new to Neovim and used Kickstart to get me started with some nice features that I can customize as I learn and this is one of the first things I don’t like.
Neovim 0.10 colorscheme changes affecting background highlighting autocommands
After upgrading to neovim 0.10, some autocommands such as autocmd ColorScheme * hi Normal ctermbg=none
have stopped working in terminal. For me this happens in windows subsystem for linux through windows terminal. The reason and workaround is documented below as an answer.