non important commit
This commit is contained in:
parent
ec02c9ea10
commit
26fda9862f
1 changed files with 2 additions and 7 deletions
|
|
@ -1,8 +1,4 @@
|
||||||
{
|
{inputs, ...}: {
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nvf.homeManagerModules.default
|
inputs.nvf.homeManagerModules.default
|
||||||
];
|
];
|
||||||
|
|
@ -21,7 +17,6 @@
|
||||||
};
|
};
|
||||||
languages = {
|
languages = {
|
||||||
enableFormat = true;
|
enableFormat = true;
|
||||||
enableTreesitter = false; # Disable treesitter
|
|
||||||
enableExtraDiagnostics = true;
|
enableExtraDiagnostics = true;
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
markdown.enable = true;
|
markdown.enable = true;
|
||||||
|
|
@ -61,7 +56,7 @@
|
||||||
blink-cmp.enable = true;
|
blink-cmp.enable = true;
|
||||||
};
|
};
|
||||||
tabline = {
|
tabline = {
|
||||||
nvimBufferline.enable = true;
|
nvimBufferline.enable = false;
|
||||||
};
|
};
|
||||||
binds = {
|
binds = {
|
||||||
whichKey.enable = true;
|
whichKey.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue