mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-06-27 12:03:18 +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:
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"ervandew/supertab",
|
||||
config = function()
|
||||
require("absolute.after.supertab")
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user