nvf: change settings

This commit is contained in:
Charlie Root 2024-09-01 21:26:40 +02:00
commit 0d9ca8cbbf
5 changed files with 8 additions and 34 deletions

View file

@ -7,13 +7,13 @@ _: {
illuminate.enable = true;
breadcrumbs = {
enable = true;
enable = false;
source = "nvim-navic";
navbuddy.enable = false;
};
smartcolumn = {
enable = true;
enable = false;
setupOpts = {
columnAt.languages = {
markdown = [80];
@ -26,7 +26,7 @@ _: {
};
borders = {
enable = true;
enable = false;
globalStyle = "rounded";
};
};