mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
neovim: Fix nixd formatting
This commit is contained in:
parent
664a660feb
commit
bc3e90b9e7
1 changed files with 5 additions and 2 deletions
|
|
@ -164,8 +164,7 @@
|
|||
servers = {
|
||||
nixd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
formatting.command = [ (lib.getExe pkgs.nixfmt-rfc-style) ];
|
||||
settings.settings = {
|
||||
options =
|
||||
let
|
||||
getFlake = ''(builtins.getFlake "${flake}")'';
|
||||
|
|
@ -249,6 +248,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
nixfmt
|
||||
];
|
||||
|
||||
plugins.rustaceanvim = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue