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 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.nvf.homeManagerModules.default
|
||||
];
|
||||
|
|
@ -21,7 +17,6 @@
|
|||
};
|
||||
languages = {
|
||||
enableFormat = true;
|
||||
enableTreesitter = false; # Disable treesitter
|
||||
enableExtraDiagnostics = true;
|
||||
nix.enable = true;
|
||||
markdown.enable = true;
|
||||
|
|
@ -61,7 +56,7 @@
|
|||
blink-cmp.enable = true;
|
||||
};
|
||||
tabline = {
|
||||
nvimBufferline.enable = true;
|
||||
nvimBufferline.enable = false;
|
||||
};
|
||||
binds = {
|
||||
whichKey.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue