X-Git-Url: https://git.madduck.net/etc/lazyvim.git/blobdiff_plain/b592831721387a43259e3f05fcdaea43de3b73b3..4a4d8b8ec77a9edb85b9ecba820238451fd42c97:/.config/lazyvim/after/ftplugin/python.lua?ds=sidebyside diff --git a/.config/lazyvim/after/ftplugin/python.lua b/.config/lazyvim/after/ftplugin/python.lua index b430f28..4cc925f 100644 --- a/.config/lazyvim/after/ftplugin/python.lua +++ b/.config/lazyvim/after/ftplugin/python.lua @@ -24,5 +24,5 @@ vim.keymap.set("i", "m", [[if __name__ == "__main__":import sys vim.keymap.set( "i", "a", - [[# needed < 3.14 so that annotations aren't evaluatedfrom __future__ import annotations]] + [[# needed < 3.14 so that annotations aren't evaluatedfrom __future__ import annotationsfrom typing import TYPE_CHECKINGif TYPE_CHECKING:pass]] )