Created
October 13, 2022 11:02
-
-
Save ludicast/d2bf23e5cd5c2be9917c9fe3abb670e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57,61d56 | |
< -- begin Nate | |
< copilot_no_tab_map = true, | |
< copilot_assume_mapped = true, | |
< copilot_tab_fallback = "", | |
< -- begin Nate | |
198,210d192 | |
< | |
< -- begin Nate | |
< ["<leader><leader>"] = { "<cmd>! ./run.sh<cr>", desc = "Run application" }, | |
< -- TODO: Add check I'm not on main | |
< -- ["<leader>u"] = { "<cmd>! git add . && git commit -m update; git push<cr>", desc = "upload idgaf" }, | |
< ["<leader>a"] = { "<cmd>! cd ~/.config/nvim && git diff origin/main:lua/user_example/init.lua lua/user_example/init.lua<cr>", | |
< desc = "see if astronvim oodate" }, | |
< ["<right>"] = { "<c-w>l", desc = "Move to right pane" }, | |
< ["<left>"] = { "<c-w>h", desc = "Move to left pane" }, | |
< ["<up>"] = { "<c-w>k", desc = "Move up" }, | |
< ["<down>"] = { "<c-w>j", desc = "Move down" }, | |
< -- end Nate | |
< | |
218,222d199 | |
< i = { | |
< -- begin Nate | |
< ["<C-e>"] = { "copilot#Accept('<CR>')", silent = true, expr = true }, | |
< -- end Nate | |
< }, | |
249,257d225 | |
< | |
< -- begin Nate | |
< { | |
< 'stevearc/overseer.nvim', | |
< config = function() require('overseer').setup() end | |
< }, | |
< { 'github/copilot.vim' }, | |
< { 'ntpeters/vim-better-whitespace' }, | |
< -- end Nate | |
279,281c247 | |
< -- begin Nate | |
< ensure_installed = { "sumneko_lua" }, | |
< -- end Nate | |
--- | |
> -- ensure_installed = { "sumneko_lua" }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment