nvf: change some settings
This commit is contained in:
parent
8288cf317e
commit
a8a293385e
5 changed files with 4 additions and 8 deletions
|
@ -2,8 +2,6 @@ _: {
|
||||||
programs.neovim-flake.settings.vim = {
|
programs.neovim-flake.settings.vim = {
|
||||||
notes = {
|
notes = {
|
||||||
todo-comments.enable = true;
|
todo-comments.enable = true;
|
||||||
mind-nvim.enable = false;
|
|
||||||
obsidian.enable = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
inherit (config.modules.other.system) username;
|
inherit (config.modules.other.system) username;
|
||||||
in {
|
in {
|
||||||
programs.neovim-flake.settings.vim = {
|
programs.neovim-flake.settings.vim = {
|
||||||
presence.neocord.enable = false;
|
presence.neocord.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
{config, ...}: let
|
_: {
|
||||||
inherit (config.modules.other.system) username;
|
|
||||||
in {
|
|
||||||
programs.neovim-flake.settings.vim = {
|
programs.neovim-flake.settings.vim = {
|
||||||
session.nvim-session-manager = {
|
session.nvim-session-manager = {
|
||||||
enable = false;
|
enable = false;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
_: {
|
_: {
|
||||||
programs.neovim-flake.settings.vim = {
|
programs.neovim-flake.settings.vim = {
|
||||||
tabline = {
|
tabline = {
|
||||||
nvimBufferline.enable = true;
|
nvimBufferline.enable = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@ _: {
|
||||||
setupOpts = {
|
setupOpts = {
|
||||||
columnAt.languages = {
|
columnAt.languages = {
|
||||||
markdown = [80];
|
markdown = [80];
|
||||||
nix = [150];
|
nix = [120];
|
||||||
ruby = 110;
|
ruby = 110;
|
||||||
java = 120;
|
java = 120;
|
||||||
go = [130];
|
go = [130];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue