diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-09 17:44:24 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-09 17:44:24 +0200 |
| commit | 3880e9d317fcd36d50b82e1498897f68b838761c (patch) | |
| tree | 4d1f7a3765195aaa7d713f31d833bf292f708bd6 /.config/nvim/plugin/10-treesitter.lua | |
| parent | f86dcbc94a6dd69b0128c2f819cdaa5f795d7339 (diff) | |
| download | dotfiles-3880e9d317fcd36d50b82e1498897f68b838761c.tar.gz dotfiles-3880e9d317fcd36d50b82e1498897f68b838761c.zip | |
misc(nvim): add python development environment
Diffstat (limited to '.config/nvim/plugin/10-treesitter.lua')
| -rw-r--r-- | .config/nvim/plugin/10-treesitter.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/plugin/10-treesitter.lua b/.config/nvim/plugin/10-treesitter.lua index 401aa23..8bb9be1 100644 --- a/.config/nvim/plugin/10-treesitter.lua +++ b/.config/nvim/plugin/10-treesitter.lua @@ -10,6 +10,7 @@ require("nvim-treesitter").install({ "ini", "json", "lua", + "python", "readline", "vim", "vimdoc", |
