Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
ADGEfficiency committed Dec 24, 2024
1 parent 8446bd4 commit 0729d8a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions nvim/lua/plugins/text-editing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ return {
{ "tpope/vim-repeat" },
{ "farmergreg/vim-lastplace" },
{ "axelf4/vim-strip-trailing-whitespace" },
<<<<<<< HEAD

{
"folke/zen-mode.nvim",
opts = {
Expand All @@ -30,11 +28,6 @@ return {
dependencies = { "nvim-lua/plenary.nvim" },
opts = {},
},
||||||| 4de39f3
=======

{ "folke/zen-mode.nvim" },
>>>>>>> 44d0041f59c821dbe9771616034d3af6a00f08b6
{
"mbbill/undotree",
config = function()
Expand Down Expand Up @@ -131,7 +124,7 @@ return {
},
{
"iamcco/markdown-preview.nvim",
enable=false,
enable = false,
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = { "markdown" },
build = function()
Expand Down

0 comments on commit 0729d8a

Please sign in to comment.