File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed
Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 3636 "diffview-nvim"
3737 "friendly-snippets"
3838 "kanagawa-nvim"
39- "kulala-nvim"
4039 "lazy-nvim"
4140 "lazydev-nvim"
4241 "noice-nvim"
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ require("lazy").setup({
2626 disabled_plugins = {
2727 " gzip" ,
2828 " matchit" ,
29- " matchparen" ,
3029 " netrwPlugin" ,
3130 " tarPlugin" ,
3231 " tohtml" ,
Original file line number Diff line number Diff line change @@ -29,15 +29,6 @@ local function inject_all(specs)
2929end
3030
3131return 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
You can’t perform that action at this time.
0 commit comments