less of a rewrite, more of a restructure
This commit is contained in:
@@ -10,3 +10,4 @@ return {
|
||||
show_end_of_buffer = true, -- shows the '~' characters after the end of buffers
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,3 +69,4 @@ return {
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
|
||||
@@ -44,3 +44,4 @@ return {
|
||||
"rcarriga/nvim-notify",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
return {
|
||||
"folke/snacks.nvim",
|
||||
config = function()
|
||||
require("snacks").setup({
|
||||
bigfile = {},
|
||||
lazygit = {},
|
||||
image = {
|
||||
enabled = true,
|
||||
math = {
|
||||
enabled = true,
|
||||
latex = {},
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
@@ -5,3 +5,4 @@ return {
|
||||
fadelevel = 0.6,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user