nvim: plugins: Add support for cabal-fmt
This commit is contained in:
parent
e3be97b0e9
commit
b752f2241f
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ local init = function ()
|
||||||
-- Language support & syntax highlighting
|
-- Language support & syntax highlighting
|
||||||
use 'mfussenegger/nvim-lint'
|
use 'mfussenegger/nvim-lint'
|
||||||
use 'lvimuser/lsp-inlayhints.nvim'
|
use 'lvimuser/lsp-inlayhints.nvim'
|
||||||
|
use 'sdiehl/vim-cabalfmt'
|
||||||
-- treesitter based syntax highlighting
|
-- treesitter based syntax highlighting
|
||||||
use {
|
use {
|
||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
|
|
Loading…
Reference in a new issue