Relative Content

Tag Archive for neovim

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

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