Skip to content

Commit 4e1a0a7

Browse files
nvim: remove gh
1 parent a281bf8 commit 4e1a0a7

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

modules/nvim/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ in
113113
curl
114114
jq
115115
tree-sitter
116-
gh
117116
editorconfig-checker
118117
gnumake
119118
gcc

modules/nvim/lua/minizilla/misc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ nmap('<Leader>6', function() ui.nav_file(6) end)
2929

3030
require('oil').setup {
3131
keymaps = {
32-
["<BS>"] = "actions.parent",
32+
['<BS>'] = 'actions.parent',
3333
}
3434
}
3535
nmap('<Leader>fb', '<Cmd>Oil<CR>')

modules/nvim/lua/minizilla/telescope.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ telescope.setup {
107107
telescope.load_extension('fzf')
108108
telescope.load_extension('file_browser')
109109
telescope.load_extension('manix')
110-
telescope.load_extension('gh')
111110
telescope.load_extension('dap')
112111
telescope.load_extension('git_worktree')
113112

0 commit comments

Comments
 (0)