Skip to content

Commit

Permalink
Merge branch 'main' of github.com:heypoom/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
heypoom committed Aug 30, 2024
2 parents cbf8b89 + 0b6553d commit eddd68c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions config/dot_config/vscode-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,3 @@ require("lazy").setup({
-- setup unnamed clipboard
-- https://github.com/vscode-neovim/vscode-neovim/issues/298
vim.opt.clipboard:append("unnamedplus")

if vim.g.vscode then
--- vscode-only configuration
end
3 changes: 3 additions & 0 deletions config/dot_gitconfig.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name = {{ .full_name | quote }}
signingkey = {{ .git.signing_key | quote }}

[alias]
undo = reset --soft HEAD^

[credential]
helper = osxkeychain

Expand Down
5 changes: 4 additions & 1 deletion config/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
},
"workbench.startupEditor": "newUntitledFile",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.formatOnType": true
},
"editor.suggestSelection": "first",
Expand Down Expand Up @@ -314,5 +316,6 @@
"zig.initialSetupDone": true,
"github.copilot.editor.enableCodeActions": false,
"github.copilot.renameSuggestions.triggerAutomatically": false,
"supermaven.otherWarning": false
"supermaven.otherWarning": false,
"vscode-neovim.compositeKeys": {}
}

0 comments on commit eddd68c

Please sign in to comment.