From d53f03b3e1231f97fc70484c495f013f23774aff Mon Sep 17 00:00:00 2001 From: bumpsoo Date: Mon, 1 Jul 2024 21:42:55 +0900 Subject: [PATCH] =?UTF-8?q?treesitter=20=EC=97=90=20python=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/bumpsoo/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/lua/bumpsoo/plugins/treesitter.lua b/.config/nvim/lua/bumpsoo/plugins/treesitter.lua index f767376..9d232eb 100644 --- a/.config/nvim/lua/bumpsoo/plugins/treesitter.lua +++ b/.config/nvim/lua/bumpsoo/plugins/treesitter.lua @@ -18,6 +18,7 @@ return { "vue", "go", "yaml", + 'python', }, }) end