add neogit to lvim. fix gitignore

pull/2/head
Penguin 10 months ago
parent e3b91f5d52
commit b782df99fa

@ -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

@ -1 +0,0 @@
./__pycache__/*

1
.gitignore vendored

@ -1 +1,2 @@
.config/doom/custom.el
.config/ranger/colorschemes/__pycache__/*

Loading…
Cancel
Save