Giter Club home page Giter Club logo

cyclist.vim's Introduction

TJ DeVries

I am a:

  • Core Maintainer: Neovim with over 40k stars & over 1 million downloads.
  • Community Builder: telescope.nvim which has over 50 contributors in less than 6 months.
  • Developer Tool Creator: plenary.nvim
  • Live Coder: teej_dv

Currently working full-time on streaming, making videos and course materials.

Formerly at Sourcegraph

Contact Information:

  • Email: devries.timothyj <at> gmail.com
  • Discord: TJ DeVries#4375

Projects:

  • šŸ”­ Iā€™m the author of telescope.nvim
  • A core contributor to Neovim. Primarily focused on:
    • Integrating Lua into Neovim.
    • The built-in LSP client.
  • Wrote my own (WIP) transpiler for vim9script vim9jit
  • Popular dotfile configuration / examples for my configuration_manager

Sponsor:

I like making plugins and making Neovim work better for me & as many people as I can šŸ˜. You can sponsor my work here.

  • āš” Fun fact: I like to play the marimba!

cyclist.vim's People

Contributors

0xrainy avatar ccaseiro avatar tjdevries 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

Watchers

 avatar  avatar  avatar  avatar  avatar

cyclist.vim's Issues

Unknown Function

Can't do call cyclist#set_trail('default', '_') in my init.vim, I get the error E117: Unknown function: cyclist#set_trail
and my minimum init.vim is:

call plug#begin('~/.config/nvim/plugins')

Plug 'tjdevries/cyclist.vim'

call plug#end()
``` and it doesn't work with this

After installation of a plugin, netrw started to show hidden dirs like .DS_store

Hi tj! I really like the plugin! However, I found a bug/issue. After installing a plugin and restarting an nvim session, netrw started showing hidden .DS_store dir. I found a workaround, but I don't know if it's the best approach.

Workaround

vim.g.netrw_list_hide = '^\\[.git$,^\\[.DS_Store$'

My cyclist.vim config is very basic

set list

if !get(g:, 'loaded_cyclist', v:false)
  finish
endif

call cyclist#add_listchar_option_set('limited', {
        \ 'eol': 'ā†²',
        \ 'tab': 'Ā» ',
        \ 'trail': 'Ā·',
        \ 'extends': '<',
        \ 'precedes': '>',
        \ 'conceal': 'ā”Š',
        \ 'nbsp': 'ā£',
        \ })

call cyclist#add_listchar_option_set('busy', {
        \ 'eol': 'ā†²',
        \ 'tab': 'Ā»Ā·',
        \ 'space': 'ā£',
        \ 'trail': '-',
        \ 'extends': 'ā˜›',
        \ 'precedes': 'ā˜š',
        \ 'conceal': 'ā”Š',
        \ 'nbsp': 'ā˜ ',
        \ })

nmap <leader>cl <Plug>CyclistNext

Envs:

NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1703358377

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.