add lsp, update neo-tree config and add bufferline

This commit is contained in:
Roel de Cort 2024-04-18 00:12:34 +02:00
parent aa3c28cd64
commit 8a113cfce8
6 changed files with 270 additions and 7 deletions

View file

@ -1,14 +1,13 @@
{ pkgs, ... }: {
{
plugins.neo-tree = {
enable = true;
sources = [ "filesystem" "buffers" "git_status" "document_symbols" ];
addBlankLineAtTop = true;
sources = ["filesystem" "buffers" "git_status" "document_symbols"];
addBlankLineAtTop = false;
filesystem = {
bindToCwd = false;
};
defaultComponentConfigs = {
indent = {
expanderCollapsed = "";
@ -17,5 +16,4 @@
};
};
};
}