nvim: plugins: Add support for cabal-fmt

This commit is contained in:
Sanchayan Maity 2022-11-28 10:59:14 +05:30
parent e3be97b0e9
commit b752f2241f
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ local init = function ()
-- Language support & syntax highlighting
use 'mfussenegger/nvim-lint'
use 'lvimuser/lsp-inlayhints.nvim'
use 'sdiehl/vim-cabalfmt'
-- treesitter based syntax highlighting
use {
'nvim-treesitter/nvim-treesitter',