Giter Site home page Giter Site logo

vim-sensible-autocomp's Introduction

Vim Sensible AutoComp

Contents

Introduction

I can’t tell you how many times I’ve went through an auto-completion plugin only to be ultimately and inevitably disappointed. The common problems they all share are:

  • They are too bloated.
  • They do not make use of Vim’s built-in completion functionality.
  • They require manual compilation because they use other languages.
  • They do not work for every language.
    • You may need separate plugins for separate languages.

Mine literally solved all of these issues by giving a reasonable auto-completion program. It takes less than twenty lines of code because that is all that is needed. Here is how it works:

Omni-completion and tags in the current file
If you are typing alphanumeric characters File location completion

If you are typing locations to files

That is how it should work. Also, there are no configuration options because there does not need to be. It is sensible by default.

Installation

Vim

`# user` git clone https://github.com/amarakon/vim-sensible-autocomp ~/.vim/pack/vendor/start/vim-sensible-autocomp

Neovim

`# user` git clone https://github.com/amarakon/vim-sensible-autocomp ~/.local/share/nvim/site/pack/default/start/vim-sensible-autocomp

vim-sensible-autocomp's People

Contributors

amarakon avatar

Watchers

 avatar

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.