diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-14 03:07:02 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-14 15:20:16 +0800 |
commit | 448852a474126c42d6d078d0bb82258b7ecc0750 (patch) | |
tree | 413596646054970a89c7533e6335594ec13ec4ee /store/config/nvim/lua/plugins.lua | |
parent | 3b8cde9ae3d5480d808d16f729b82b66bf2c1602 (diff) | |
download | crupest-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.lua | 1 |
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' } } |