Skip to content

Commit

Permalink
add minitro
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Aug 5, 2024
1 parent 5703090 commit 2103651
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
20 changes: 20 additions & 0 deletions modules/wrapper-manager/neovim/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,26 @@
},
"version": "544dd1583f9bb27b393f598475c89809c4d5e86b"
},
"minintro-nvim": {
"cargoLocks": null,
"date": "2023-11-21",
"extract": null,
"name": "minintro-nvim",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "eoh-bse",
"repo": "minintro.nvim",
"rev": "b7fa58cc549e8d2b362a217a7620d9aedc47d47e",
"sha256": "sha256-3yOT4sve3LZ2lO15XlX8OkCJFE/r1ARo41x01CjGIbA=",
"type": "github"
},
"version": "b7fa58cc549e8d2b362a217a7620d9aedc47d47e"
},
"neo-tree-nvim": {
"cargoLocks": null,
"date": "2024-06-11",
Expand Down
12 changes: 12 additions & 0 deletions modules/wrapper-manager/neovim/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,18 @@
};
date = "2024-07-15";
};
minintro-nvim = {
pname = "minintro-nvim";
version = "b7fa58cc549e8d2b362a217a7620d9aedc47d47e";
src = fetchFromGitHub {
owner = "eoh-bse";
repo = "minintro.nvim";
rev = "b7fa58cc549e8d2b362a217a7620d9aedc47d47e";
fetchSubmodules = false;
sha256 = "sha256-3yOT4sve3LZ2lO15XlX8OkCJFE/r1ARo41x01CjGIbA=";
};
date = "2023-11-21";
};
neo-tree-nvim = {
pname = "neo-tree-nvim";
version = "206241e451c12f78969ff5ae53af45616ffc9b72";
Expand Down
3 changes: 3 additions & 0 deletions modules/wrapper-manager/neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vim.opt.signcolumn = "yes"
vim.opt.termguicolors = true
require("bufferline").setup {
options = {
always_show_bufferline = false,
right_mouse_command = nil,
middle_mouse_command = "bdelete! %d",
indicator = {
Expand Down Expand Up @@ -361,3 +362,5 @@ for _, lang in ipairs(two_tabs_default) do
end

require("ibl").setup()

require("minintro").setup()
3 changes: 3 additions & 0 deletions modules/wrapper-manager/neovim/nvfetcher.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ src.git = "https://github.com/NMAC427/guess-indent.nvim"
fetch.github = "lukas-reineke/indent-blankline.nvim"
src.github = "lukas-reineke/indent-blankline.nvim"

[minintro-nvim]
fetch.github = "eoh-bse/minintro.nvim"
src.git = "https://github.com/eoh-bse/minintro.nvim"

0 comments on commit 2103651

Please sign in to comment.