Skip to content

Conversation

amirhhashemi
Copy link

@amirhhashemi amirhhashemi commented Jun 26, 2022

keymap.set docs:

                Note that in a mapping like:  

                    vim.keymap.set('n', 'asdf', require('jkl').my_fun)
 

                the `require('jkl')` gets evaluated during this call in order to access the
                function. If you want to avoid this cost at startup you can
                wrap it in a function, for example:  

                    vim.keymap.set('n', 'asdf', function() return require('jkl').my_fun() end)

@amirhhashemi amirhhashemi changed the title fix: improve startup time improve startup time Jun 26, 2022
coffm049 pushed a commit to coffm049/christian-kickstart.nvim that referenced this pull request Dec 12, 2023
julienTraversier pushed a commit to julienTraversier/nvim that referenced this pull request Oct 9, 2024
smrznuti1 pushed a commit to smrznuti1/nvc that referenced this pull request Dec 17, 2024
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
smrznuti1 pushed a commit to smrznuti1/nvc that referenced this pull request Dec 17, 2024
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
mikolfaro pushed a commit to mikolfaro/kickstart.nvim that referenced this pull request Jul 17, 2025
# This is the 1st commit message:

fix: update lazy uninstall information link (nvim-lua#1148)

# The commit message nvim-lua#2 will be skipped:

# Nvim - WIP - Lsp VueJS/Typescript configs

# The commit message nvim-lua#3 will be skipped:

# Volar/TS - Fixes

# The commit message nvim-lua#4 will be skipped:

# Add Tailwind

# The commit message nvim-lua#5 will be skipped:

# ADd info about rust-analzyer

# The commit message nvim-lua#6 will be skipped:

# Update dependencies

# The commit message nvim-lua#7 will be skipped:

# Sync

# The commit message nvim-lua#8 will be skipped:

# Add Intelephense

# The commit message nvim-lua#9 will be skipped:

# Treesitter - Add frontend languages

# The commit message nvim-lua#10 will be skipped:

# Enable nerd fonts

# The commit message nvim-lua#11 will be skipped:

# Add diagnostics and quick fix commands

# The commit message nvim-lua#12 will be skipped:

# Add dadbod and dadbod UI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant