diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-03-29 11:35:07 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-03-29 11:35:07 +0100 |
| commit | 738729f073024040fb146b5aff0585f3be972172 (patch) | |
| tree | f56d18b7a9c040732c4c1f61dfd0f63f863de847 /lua/pml68/plugins.lua | |
| parent | docs: I'm no Windows user(jk). Also, consistency (diff) | |
| download | nvim-738729f073024040fb146b5aff0585f3be972172.tar.gz | |
feat: add a few pyright options, enable treesitter highlighting by default
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 2111880..3a34055 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -153,7 +153,10 @@ local plugins = { "json", "glsl", "dart", - } + }, + highlight = { + enable = true + } }) end }, |
