File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1- local prefix = " <Leader>R"
2-
31return {
42 " mistweaverco/kulala.nvim" ,
53 ft = { " http" , " rest" },
@@ -19,15 +17,20 @@ return {
1917 --- @type AstroUIOpts
2018 opts = { icons = { KulalaNvim = " " } },
2119 },
22- {
23- " AstroNvim/astrocore" ,
24- opts = function (_ , opts )
25- local maps = opts .mappings
26- maps .n [prefix ] = { desc = require (" astroui" ).get_icon (" KulalaNvim" , 1 , true ) .. " KulalaNvim" }
27- end ,
28- },
2920 },
3021 opts = {
3122 global_keymaps = true ,
23+ global_keymaps_prefix = " <leader>R" ,
24+ lsp = { keymaps = true },
3225 },
26+ config = function (_ , opts )
27+ require (" kulala" ).setup (opts )
28+ require (" astrocore" ).setup {
29+ mappings = {
30+ n = {
31+ [opts .global_keymaps_prefix ] = { desc = require (" astroui" ).get_icon (" KulalaNvim" , 1 , true ) .. " KulalaNvim" },
32+ },
33+ },
34+ }
35+ end ,
3336}
You can’t perform that action at this time.
0 commit comments