diff --git a/.config/lvim/config.lua b/.config/lvim/config.lua index a8b114d..a3e8d71 100644 --- a/.config/lvim/config.lua +++ b/.config/lvim/config.lua @@ -239,6 +239,11 @@ lvim.plugins = { "sindrets/diffview.nvim", dependencies = "nvim-lua/plenary.nvim", }, + { + "NeogitOrg/neogit", + dependencies = "nvim-lua/plenary.nvim", + config = true + } } -- lvim.plugins = { @@ -258,7 +263,7 @@ local options = { backup = true, -- creates a backup file clipboard = "unnamedplus", -- allows neovim to access the system clipboard cmdheight = 2, -- more space in the neovim command line for displaying messages - completeopt = { "menuone", "noselect" }, -- mostly just for cmp + completeopt = { "menuone", "noselect" }, -- mostly just for cmp{ "NeogitOrg/neogit", dependencies = "nvim-lua/plenary.nvim", config = true } conceallevel = 0, -- so that `` is visible in markdown files fileencoding = "utf-8", -- the encoding written to a file hlsearch = true, -- highlight all matches on previous search pattern diff --git a/.config/ranger/colorschemes/.gitignore b/.config/ranger/colorschemes/.gitignore deleted file mode 100644 index e92c4fc..0000000 --- a/.config/ranger/colorschemes/.gitignore +++ /dev/null @@ -1 +0,0 @@ -./__pycache__/* diff --git a/.config/ranger/colorschemes/__pycache__/__init__.cpython-310.pyc b/.config/ranger/colorschemes/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 04a623a..0000000 Binary files a/.config/ranger/colorschemes/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/.config/ranger/colorschemes/__pycache__/__init__.cpython-311.pyc b/.config/ranger/colorschemes/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 0c261a1..0000000 Binary files a/.config/ranger/colorschemes/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/.config/ranger/colorschemes/__pycache__/dracula.cpython-310.pyc b/.config/ranger/colorschemes/__pycache__/dracula.cpython-310.pyc deleted file mode 100644 index ccd0ce4..0000000 Binary files a/.config/ranger/colorschemes/__pycache__/dracula.cpython-310.pyc and /dev/null differ diff --git a/.config/ranger/colorschemes/__pycache__/dracula.cpython-311.pyc b/.config/ranger/colorschemes/__pycache__/dracula.cpython-311.pyc deleted file mode 100644 index f0acd19..0000000 Binary files a/.config/ranger/colorschemes/__pycache__/dracula.cpython-311.pyc and /dev/null differ diff --git a/.gitignore b/.gitignore index e240928..300d176 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .config/doom/custom.el +.config/ranger/colorschemes/__pycache__/*