]> 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>
Sun, 17 Dec 2023 17:36:19 +0000 (17:36 +0000)
commitb4463a3591186ac117cf4dc02b21cd0682ade756
treeda20fb5cdd187f641267ab0eb23d640eb9ed300d
parent8126814f8c4ba2c2e4f83df1a45fec1d5c76666f
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]