Giter VIP home page Giter VIP logo

telescope-cc.nvim's Introduction

Hi there ๐Ÿ‘‹

editor keyboard switches

I'm a Security Engineer from France. ๐Ÿ‡ซ๐Ÿ‡ท

  • ๐ŸŒฑ I like hacking things & coding
  • ๐Ÿ“– I enjoy continuous learning
  • โŒจ๏ธ Mechanical Keyboards enthusiast

Stats

Top Langs

telescope-cc.nvim's People

Contributors

joaovfsousa avatar olacin avatar olacin-dd 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

Watchers

 avatar

telescope-cc.nvim's Issues

Fails when used with `dressing.nvim`

dressing.nvim replaces native vim.ui.input.

When plugin is called, two input windows are overlaid or even replaced and nothing happens after entering.

It seems like it's impossible to have two dressing input windows at the time.

Example Screencast?

This looks interesting can you post a short showcase? Would help me understand how this works, if I can do without it or if this will boost my productivity.

theme option not working

For some reason unknown to me, all telescope extensions work with the theme option, except telescope-cc.
Everything in the extension seems to work as it should, except this option.

This is my configuration:

{
  defaults = {
        ...
  },

  extensions = {
        fzf = {
          fuzzy = true,
          override_generic_sorter = true,
          override_file_sorter = true,
          case_mode = "smart_case",
        },
        conventional_commits = {
          theme = "dropdown",
          action = function()
            local actions = require "telescope._extensions.conventional_commits.actions"
            return actions.prompt
          end,
          include_body_and_footer = true,
        },
        ["ui-select"] = {
          require("telescope.themes").get_dropdown {},
        },
        file_browser = {
          theme = "dropdown",
          hijack_netrw = true,
        },
  },
}

Edit: It works fine running :Telescope conventional_commits theme=dropdown

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.