Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mrjones2014/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Aug 28, 2023
2 parents 7382695 + 3d677f3 commit a5fadb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ in {
signal-desktop
qbittorrent
vlc
cura
];

nixpkgs.config.allowUnfreePredicate = pkg:
Expand Down
1 change: 1 addition & 0 deletions nixos-modules/_1password.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ pkgs, ... }: {
programs._1password = { enable = true; };
programs._1password-gui = {
package = pkgs._1password-gui-beta;
enable = true;
polkitPolicyOwners = [ "mat" ];
};
Expand Down
2 changes: 1 addition & 1 deletion nvim/lua/my/lsp/utils/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function M.setup_async_formatting()
vim.fn.winrestview(view)
if ctx.bufnr == vim.api.nvim_get_current_buf() then
vim.b.format_saving = true
vim.cmd.update()
vim.cmd.noautocmd('update')
vim.b.format_saving = false
end
end
Expand Down

0 comments on commit a5fadb2

Please sign in to comment.