Skip to content

Commit c0a6916

Browse files
committed
nvim: stuff
1 parent b49b34d commit c0a6916

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

home/nvim/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"diffview-nvim"
3737
"friendly-snippets"
3838
"kanagawa-nvim"
39-
"kulala-nvim"
4039
"lazy-nvim"
4140
"lazydev-nvim"
4241
"noice-nvim"

home/nvim/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ require("lazy").setup({
2626
disabled_plugins = {
2727
"gzip",
2828
"matchit",
29-
"matchparen",
3029
"netrwPlugin",
3130
"tarPlugin",
3231
"tohtml",

home/nvim/lua/plugins.lua

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@ local function inject_all(specs)
2929
end
3030

3131
return inject_all({
32-
{
33-
"mistweaverco/kulala.nvim",
34-
ft = { "http", "rest" },
35-
opts = {
36-
-- your configuration comes here
37-
global_keymaps = true,
38-
},
39-
},
40-
4132
{
4233
"saghen/blink.cmp",
4334
lazy = false, -- it handles itself and is an integral part anyhow

0 commit comments

Comments
 (0)