summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloé Vulquin <code@toast.bunkerlabs.net>2026-02-07 17:44:06 +0100
committerChloé Vulquin <code@toast.bunkerlabs.net>2026-02-07 17:44:06 +0100
commit47151e0d8afdfe0653f34faf0389d6e3c08a4d4d (patch)
tree38703092c911f7479f6b651a919ed6e3d92966d0
parenteditorconfig: do not trim trailing ws in md (diff)
nvim: nvim-treesitter got rewritten
no more configs I didn't check opts/deps/etc, since I don't use neovim nearly as much nowadays, so I should check it again eventually.
-rw-r--r--dot_config/nvim/fnl/plugins/langs.fnl2
-rw-r--r--dot_config/nvim/lua/plugins/langs.lua4
2 files changed, 2 insertions, 4 deletions
diff --git a/dot_config/nvim/fnl/plugins/langs.fnl b/dot_config/nvim/fnl/plugins/langs.fnl
index e785d98..963e4b7 100644
--- a/dot_config/nvim/fnl/plugins/langs.fnl
+++ b/dot_config/nvim/fnl/plugins/langs.fnl
@@ -7,10 +7,8 @@
; language support
[(· :nvim-treesitter/nvim-treesitter &
- :version false
:build ::TSUpdate
:dependnecies [:nvim-treesitter/nvim-treesitter-textobjects]
- :main :nvim-treesitter.configs
:opts {:ensure_installed :all
:ignore_install [:norg]
:sync_install :true
diff --git a/dot_config/nvim/lua/plugins/langs.lua b/dot_config/nvim/lua/plugins/langs.lua
index 981113b..64b95c6 100644
--- a/dot_config/nvim/lua/plugins/langs.lua
+++ b/dot_config/nvim/lua/plugins/langs.lua
@@ -1,3 +1,3 @@
--- [nfnl] Compiled from fnl/plugins/langs.fnl by https://github.com/Olical/nfnl, do not edit.
+-- [nfnl] fnl/plugins/langs.fnl
local lisps = {"clojure", "fennel", "janet", "scm"}
-return {{"nvim-treesitter/nvim-treesitter", build = ":TSUpdate", dependnecies = {"nvim-treesitter/nvim-treesitter-textobjects"}, main = "nvim-treesitter.configs", opts = {ensure_installed = "all", ignore_install = {"norg"}, sync_install = "true", highlight = {enable = true, disable = {"markdown"}, additional_vim_regex_highlighting = {"markdown"}}}, version = false}, {"janet-lang/janet.vim", ft = "janet"}, {"preservim/vim-markdown", dependencies = {"godlygeek/tabular"}, ft = "markdown", version = false}, {"Apeiros-46B/uiua.vim", ft = "uiua"}, {"gpanders/nvim-parinfer", ft = lisps}, {"julienvincent/nvim-paredit", config = {indent = {enabled = true}}, ft = lisps}}
+return {{"nvim-treesitter/nvim-treesitter", build = ":TSUpdate", dependnecies = {"nvim-treesitter/nvim-treesitter-textobjects"}, opts = {ensure_installed = "all", ignore_install = {"norg"}, sync_install = "true", highlight = {enable = true, disable = {"markdown"}, additional_vim_regex_highlighting = {"markdown"}}}}, {"janet-lang/janet.vim", ft = "janet"}, {"preservim/vim-markdown", dependencies = {"godlygeek/tabular"}, ft = "markdown", version = false}, {"gpanders/nvim-parinfer", ft = lisps}, {"julienvincent/nvim-paredit", config = {indent = {enabled = true}}, ft = lisps}}