diff --git a/config/sets.nix b/config/sets.nix index 2da14863..ae919f70 100644 --- a/config/sets.nix +++ b/config/sets.nix @@ -109,6 +109,8 @@ # Use conform-nvim for gq formatting. ('formatexpr' is set to vim.lsp.formatexpr(), so you can format lines via gq if the language server supports it) formatexpr = "v:lua.require'conform'.formatexpr()"; + + laststatus = 3; # (https://neovim.io/doc/user/options.html#'laststatus') }; extraConfigLua = '' diff --git a/flake.lock b/flake.lock index c497f792..f31c212a 100644 --- a/flake.lock +++ b/flake.lock @@ -176,11 +176,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1707905367, - "narHash": "sha256-XqzKBGi8ItHQhnICLB36MHzABGW7JFQDuG0EURjRO0Q=", + "lastModified": 1707950964, + "narHash": "sha256-OBa0nQ+q4iUs16KRd+i6I+/5taWCHMw79dIMV1xkM5E=", "owner": "nix-community", "repo": "nixvim", - "rev": "f755eeb961a4d13ec72921cb4dbc4f2d6c8a58bb", + "rev": "183eac72a9f0ae0032239510d89dbc474b180d33", "type": "github" }, "original": {