feat(neovim): some neovim update.
This commit is contained in:
parent
b1048676c4
commit
422ff5ea7b
3 changed files with 5 additions and 2 deletions
|
|
@ -294,6 +294,8 @@ in {
|
||||||
};
|
};
|
||||||
helpview-nvim.package = helpview-nvim;
|
helpview-nvim.package = helpview-nvim;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraPackages = with pkgs.vimPlugins; [nvim-treesitter-parsers.qmljs];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
1
modules/cross-platform/home-manager/nvim/qmlls.lua
Normal file
1
modules/cross-platform/home-manager/nvim/qmlls.lua
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
require("lspconfig").qmlls.setup {}
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Setup switch pro controller
|
# Setup switch pro controller
|
||||||
hardware.steam-hardware.enable = true;
|
# hardware.steam-hardware.enable = true;
|
||||||
services.joycond.enable = true;
|
# services.joycond.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue