Giter VIP home page Giter VIP logo

better-neovim's Introduction

Hey, I'm NTBBloodbath!

Reddit Telegram Discord

About me

What am I currently working on

  • rest.nvim. A fast Neovim HTTP client.
  • rocks.nvim. A modern approach to Neovim plugin management.
  • Hive CI. An experimental, modern and friendly CI engine.

Projects I want to contribute to

  • Neovim, Vim-fork focused on extensibility and usability.

My knowledge

Web development

HTML5 MarkDown CSS3 Sass JavaScript TypeScript

Frameworks

Vue.js NestJS Express.js Flask

Back-end
Languages

Lua Python Ruby

Environments

NodeJS

Databases

PostgreSQL SQLite3


Technologies that I use

DevOps

Docker BASH Linux Git

Editors

Neovim Emacs VSCode

Click for GitHub stats

Resumen Top languages Stats

better-neovim's People

Contributors

ntbbloodbath avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

better-neovim's Issues

Completion Engine

You wrote "better completion engine" as a point on your list.
It's not really clear what the problems with the current ones.
That's why I'll write the problems I have with the most popular one these days nvim-cmp:

  • bad configurability: The way this works now is that there are basically just three fields (kind, menu, abbr) which I guess originated from just lsp completions
    This has many downsides: perhaps you want to display other things which then will have wrong names, you can just display three different things, you can just have three different highlights so it's e.g. not possible to have half or rounded blocks around icons
    A pull request allowing to have more custom fields wasn't accepted hrsh7th/nvim-cmp#1238

A much better way would be to use a completely new format which I used in a completion-engine project I started a while back:
You basically just return a table with text, highlight tuples
This allows things to be completely configurable and also can directly be used in buf_set_extmark
see here https://github.com/max397574/neocomplete.nvim/blob/main/lua/neocomplete/config.lua#L57

  • this is just a personal thing but I rly don't like the object orientation of sources and in general the way sources are written could be much better

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.