mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
feat(jedi.lua): enable call signatures in Jedi completion popup and configure Jedi to use spaces instead of tabs for indentation
feat(supertab.lua): add Supertab plugin and configure it to be loaded after Absolute configuration
This commit is contained in:
6
lua/absolute/plugins/supertab.lua
Normal file
6
lua/absolute/plugins/supertab.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"ervandew/supertab",
|
||||
config = function()
|
||||
require("absolute.after.supertab")
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user