Skip to content

Commit

Permalink
Merge pull request #66 from redyf/dev
Browse files Browse the repository at this point in the history
Global status line
  • Loading branch information
redyf authored Feb 15, 2024
2 parents c5329dd + 235083e commit 81d09fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions config/sets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81d09fc

Please sign in to comment.