aboutsummaryrefslogtreecommitdiff
path: root/store/config/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-06-14 03:07:02 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-14 15:20:16 +0800
commit448852a474126c42d6d078d0bb82258b7ecc0750 (patch)
tree413596646054970a89c7533e6335594ec13ec4ee /store/config/nvim/lua/plugins.lua
parent3b8cde9ae3d5480d808d16f729b82b66bf2c1602 (diff)
downloadcrupest-448852a474126c42d6d078d0bb82258b7ecc0750.tar.gz
crupest-448852a474126c42d6d078d0bb82258b7ecc0750.tar.bz2
crupest-448852a474126c42d6d078d0bb82258b7ecc0750.zip
deno & nvim: turn back to use deno fmt instead of prettier.
Diffstat (limited to 'store/config/nvim/lua/plugins.lua')
-rw-r--r--store/config/nvim/lua/plugins.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/store/config/nvim/lua/plugins.lua b/store/config/nvim/lua/plugins.lua
index 8458575..85de362 100644
--- a/store/config/nvim/lua/plugins.lua
+++ b/store/config/nvim/lua/plugins.lua
@@ -37,5 +37,4 @@ return {
{ "hrsh7th/cmp-path" },
{ "windwp/nvim-autopairs" },
{ "mfussenegger/nvim-lint" },
- { 'stevearc/conform.nvim' }
}