Skip to content

Commit

Permalink
devbox commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath committed Aug 25, 2024
1 parent da4dba2 commit fbab396
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chezmoi/dot_config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ require('lazy').setup({
})

-- Disable Copilot tab mapping
vim.g.copilot_no_tab_map = true
--vim.g.copilot_no_tab_map = true

-- COQ settings
vim.g.coq_settings = { auto_start = 'shut-up' }
Expand Down
3 changes: 3 additions & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ alias dbr='devbox run'
alias dbgr='devbox global run'
alias dbcd='cd $DEVBOX_GLOBAL_ROOT'
alias dbgs='devbox global services'
alias dbgpull='devbox global pull'
alias dbgpush='devbox global push'


echo "init.sh complete"

0 comments on commit fbab396

Please sign in to comment.