Code Monkey home page Code Monkey logo

astronauta.nvim'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!

astronauta.nvim's People

Contributors

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  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  avatar  avatar

astronauta.nvim's Issues

Can't use keymap functions

After installing the plugin and calling your simple example in the readme, I get the following error

attempt to index field 'keymap' (a nil value)

Do I need to manually source the keymap part?

BUG?: `<silent>` mappings don't work

I ported the following snippet of vimscript:

tnoremap <silent><ESC><ESC> <C-\><C-n><Cmd>close<CR>

To this snippet of lua:

tnoremap({
  '<silent><ESC><ESC>',
  function()
    vim.api.nvim_win_close(0, {})
  end
})

Which doesn't work, the following however does:

tnoremap({
  '<ESC><ESC>',
  function()
    vim.api.nvim_win_close(0, {})
  end
})

It seems therefore that silent doesn't work in mappings or that this is intentional but not yet documented given the (possibly, since it's a merge request in plugin form :)) WIP nature of the plugin.

unmap?

does this plugin have an unmap feature?

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.