nvf: change settings
This commit is contained in:
parent
16166ea19e
commit
0d9ca8cbbf
5 changed files with 8 additions and 34 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue