changed a load of shit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
dependencies = { "nvim-tree/nvim-web-devicons", "archibate/lualine-time" },
|
||||
config = function()
|
||||
require("lualine").setup({
|
||||
options = {
|
||||
@@ -39,9 +39,9 @@ return {
|
||||
lualine_a = { "mode" },
|
||||
lualine_b = { "branch", "diff", "diagnostics" },
|
||||
lualine_c = { "filename" },
|
||||
lualine_x = { "encoding", "fileformat", "filetype" },
|
||||
lualine_x = { "filetype" },
|
||||
lualine_y = { "lsp_status" },
|
||||
lualine_z = { "location" },
|
||||
lualine_z = { "ctime" },
|
||||
},
|
||||
inactive_sections = {
|
||||
lualine_a = {},
|
||||
|
||||
@@ -18,7 +18,14 @@ return {
|
||||
hover = {
|
||||
enabled = false,
|
||||
},
|
||||
-- you can enable a preset for easier configuration
|
||||
lsp = {
|
||||
hover = {
|
||||
enabled = false,
|
||||
},
|
||||
signature = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
presets = {
|
||||
long_message_to_split = true, -- long messages will be sent to a split
|
||||
inc_rename = false, -- enables an input dialog for inc-rename.nvim
|
||||
@@ -27,6 +34,8 @@ return {
|
||||
})
|
||||
require("notify").setup({
|
||||
background_colour = "#000000",
|
||||
render = "compact",
|
||||
stages = "slide",
|
||||
})
|
||||
end,
|
||||
dependencies = {
|
||||
|
||||
@@ -2,6 +2,8 @@ return {
|
||||
"folke/snacks.nvim",
|
||||
config = function()
|
||||
require("snacks").setup({
|
||||
bigfile = {},
|
||||
lazygit = {},
|
||||
image = {
|
||||
enabled = true,
|
||||
math = {
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
return {
|
||||
"levouh/tint.nvim",
|
||||
config = function()
|
||||
require("tint").setup()
|
||||
end,
|
||||
}
|
||||
7
lua/plugins/ui/vimade.lua
Normal file
7
lua/plugins/ui/vimade.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"tadaa/vimade",
|
||||
opts = {
|
||||
recipe = { "minimalist", { animate = true } },
|
||||
fadelevel = 0.6,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user