Code Monkey home page Code Monkey logo

caskey.nvim's People

Contributors

escwxyz avatar nexmean avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

caskey.nvim's Issues

Empty name for group name

Hi there,
I'm trying to use caskey and notice some weird behaviour, it cannot set group name for whichkey when initialization with function is used. Is it suppose to be or I use the plugin wrong?
Config:

["<leader>t"] = function()
    local builtin = require('telescope.builtin')

    return {
        name = "telescope",
        mode = {'n', 'v'},

        t = {act = builtin.treesitter, desc = 'treesitter'},
        s = {act = builtin.symbols, desc = 'symbols'},
        f = {act = builtin.git_files, desc = 'git files'},
        a = {act = builtin.find_files, desc = 'find files'},
        o = {act = builtin.oldfiles, desc = 'old files'},
        l = {act = builtin.live_grep, desc = 'live grep'},
        s = {act = builtin.grep_string, desc = 'grep string'},
        c = {act = builtin.commands, desc = 'commands'},
        k = {act = builtin.keymaps, desc = 'keymaps'},
        b = { act = 
        function() 
            builtin.buffers({
                sort_mru=true, 
                ignore_current_buffer=true
            })
        end,
        desc = 'buffers'},
    }
end

Image:
Снимок экрана 2023-03-06 в 19 58 18

Buffer locals configuration change

BREAKING: field buf_local will be renamed to when in v0.2.0.

There will be allowed to write single event description in when instead of list of event descriptions. Event description can be a string, it will mean that mappings attachment will be triggered by event without any patterns or conditions.

recover after mistake in config

Currently if there is a mistake in config setup falls with error. Plan is to try to setup as many mappings as we can and then show an error to user

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.