diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2024-07-18 09:07:05 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2024-07-18 09:07:05 +0100 |
commit | 457ce9e6017c081e02a566895fa1fe488cd87b9c (patch) | |
tree | 05f49a483fe99c9935f43e8e4c25f80ba5077452 /neovim/.config/nvim/lua/plugins/csound.lua | |
parent | 4c2a7cc1b0fa0e437476e06c1c11e1778d9cc92f (diff) |
Refactor plugins for lazy.nvim
Diffstat (limited to 'neovim/.config/nvim/lua/plugins/csound.lua')
-rw-r--r-- | neovim/.config/nvim/lua/plugins/csound.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/neovim/.config/nvim/lua/plugins/csound.lua b/neovim/.config/nvim/lua/plugins/csound.lua new file mode 100644 index 0000000..dce88e2 --- /dev/null +++ b/neovim/.config/nvim/lua/plugins/csound.lua @@ -0,0 +1,6 @@ +return { + { + 'luisjure/csound-vim', + ft = 'csound', + }, +} |