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 = {
|
||||
notes = {
|
||||
todo-comments.enable = true;
|
||||
mind-nvim.enable = false;
|
||||
obsidian.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
inherit (config.modules.other.system) username;
|
||||
in {
|
||||
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 = {
|
||||
session.nvim-session-manager = {
|
||||
enable = false;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
_: {
|
||||
programs.neovim-flake.settings.vim = {
|
||||
tabline = {
|
||||
nvimBufferline.enable = true;
|
||||
nvimBufferline.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ _: {
|
|||
setupOpts = {
|
||||
columnAt.languages = {
|
||||
markdown = [80];
|
||||
nix = [150];
|
||||
nix = [120];
|
||||
ruby = 110;
|
||||
java = 120;
|
||||
go = [130];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue