diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index c2861bb..aa1b842 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -1,4 +1,3 @@ -(set vim.g.vim_markdown_folding_disabled 1) (set vim.g.sexp_filetypes "racket,fennel") (let [lazy (require :lazy)] @@ -6,7 +5,6 @@ {:url "https://github.com/nvim-treesitter/nvim-treesitter" :build ":TSUpdate"} "https://github.com/guns/vim-sexp" - ;"https://github.com/ludovicchabant/vim-gutentags" "https://github.com/preservim/vim-markdown" "https://github.com/richardbizik/nvim-toc" "https://github.com/nvim-lua/plenary.nvim"