Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
SingularisArt committed May 3, 2024
1 parent bf11e19 commit 5eaeddf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
Binary file modified aspects/dotfiles/files/.local/share/autojump/autojump.txt
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/newsboat/cache.db
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ return function(use)
use({
"jose-elias-alvarez/null-ls.nvim",
after = "nvim-lspconfig",
config = conf.null_ls,
-- config = conf.null_ls,
dependencies = {
{
"jay-babu/mason-null-ls.nvim",
Expand Down
24 changes: 12 additions & 12 deletions aspects/nvim/files/.config/nvim/lua/modules/ui/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,18 @@ return function(use)
},
})

use({
"dstein64/nvim-scrollview",
config = function()
require("scrollview").setup({
excluded_filetypes = { "nerdtree" },
})
end,
event = {
"CursorMoved",
"CursorMovedI",
},
})
-- use({
-- "dstein64/nvim-scrollview",
-- config = function()
-- require("scrollview").setup({
-- excluded_filetypes = { "nerdtree" },
-- })
-- end,
-- event = {
-- "CursorMoved",
-- "CursorMovedI",
-- },
-- })

use({
"NvChad/nvim-colorizer.lua",
Expand Down

0 comments on commit 5eaeddf

Please sign in to comment.