diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-20 23:16:27 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-20 23:16:27 +0200 |
| commit | fd781b12b8b095f6d218c8ad25361815b83f10c0 (patch) | |
| tree | c1627a3069272d95d8b228e5da41876c6432a828 /lua | |
| parent | feat: remove any dart, flutter and elixir related plugins, LSPs etc. (diff) | |
| download | nvim-fd781b12b8b095f6d218c8ad25361815b83f10c0.tar.gz | |
feat: add osc52 to disabled plugins list in lazy config
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/pml68/lazy.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/pml68/lazy.lua b/lua/pml68/lazy.lua index 86d2be5..48c04a6 100644 --- a/lua/pml68/lazy.lua +++ b/lua/pml68/lazy.lua @@ -28,6 +28,7 @@ require("lazy").setup(plugins, { "tohtml", "tutor", "zipPlugin", + "osc52", }, }, }, |
