]> git.rmz.io Git - dotfiles.git/commit
nvim/coding: setup Supertab
authorSamir Benmendil <me@rmz.io>
Wed, 12 Apr 2023 16:02:42 +0000 (17:02 +0100)
committerSamir Benmendil <me@rmz.io>
Tue, 31 Oct 2023 23:08:51 +0000 (23:08 +0000)
commit40347709de69309d944058ddde2383107dbd9036
treeda20fb5cdd187f641267ab0eb23d640eb9ed300d
parentf36a5838731b0f8d12029104cd09bfaa7a86442c
nvim/coding: setup Supertab

Pretty much copied from [lazyvim#supertab]. It doesn't exactly work as I
want though. It seems that <tab> selects the second entry rather than
completes the first first.

[lazyvim#supertab]: https://www.lazyvim.org/configuration/recipes#supertab
nvim/lua/plugins/coding.lua [new file with mode: 0644]