mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-03-21 16:26:19 +00:00
Update 2026-02-03
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"atone.nvim": { "branch": "main", "commit": "d1c1f08bfe23ac56536d0091c8a398938ee9db4e" },
|
||||
"blink-cmp-git": { "branch": "master", "commit": "e3ad0ffaaa3b3b7e2158cc72cd6dad2d19842c46" },
|
||||
"blink-emoji.nvim": { "branch": "master", "commit": "066013e4c98a9318408ee3f1ca2dbcb6fa3e4c06" },
|
||||
"blink-ripgrep.nvim": { "branch": "main", "commit": "f306c3b3390b1afd49e84fc61a9c32cda1f95e12" },
|
||||
"blink-ripgrep.nvim": { "branch": "main", "commit": "77eedf73894688d1cccc13dc12df41afd276ca6b" },
|
||||
"blink.cmp": { "branch": "main", "commit": "b19413d214068f316c78978b08264ed1c41830ec" },
|
||||
"blink.compat": { "branch": "main", "commit": "2ed6d9a28b07fa6f3bface818470605f8896408c" },
|
||||
"catppuccin.nvim": { "branch": "main", "commit": "beaf41a30c26fd7d6c386d383155cbd65dd554cd" },
|
||||
@@ -16,7 +16,8 @@
|
||||
"cmake-tools.nvim": { "branch": "master", "commit": "f34418d7aa57c730ee91b3e45e7612978506fcf3" },
|
||||
"cmp-dbee": { "branch": "main", "commit": "1650f67b9bf43c029fc37570665ca895a33cdf5a" },
|
||||
"colorful-menu.nvim": { "branch": "master", "commit": "b51a659459df8d078201aefc995db8175ed55e84" },
|
||||
"conform.nvim": { "branch": "master", "commit": "238f542a118984a88124fc915d5b981680418707" },
|
||||
"colorful-winsep.nvim": { "branch": "main", "commit": "cc514e64dd9b33f56d28fbd977ebd8397892e349" },
|
||||
"conform.nvim": { "branch": "master", "commit": "8314f4c9e205e7f30b62147069729f9a1227d8bf" },
|
||||
"crates.nvim": { "branch": "main", "commit": "afcd1cc3eeceb5783676fc8464389b9216a29d05" },
|
||||
"css-vars.nvim": { "branch": "main", "commit": "0615782c320f729b04d9c51a8a61fb498ee4234a" },
|
||||
"csvview.nvim": { "branch": "main", "commit": "da4106db5c44bfdccd0f76142c0f2740bcae8e5c" },
|
||||
@@ -56,7 +57,7 @@
|
||||
"mini.icons": { "branch": "main", "commit": "ff2e4f1d29f659cc2bad0f9256f2f6195c6b2428" },
|
||||
"mini.splitjoin": { "branch": "main", "commit": "9fcd8856efb95a505090c3225726466494076127" },
|
||||
"mini.surround": { "branch": "main", "commit": "88c52297ed3e69ecf9f8652837888ecc727a28ee" },
|
||||
"neoconf.nvim": { "branch": "main", "commit": "7568d2bdea8fd8b0162239174ece804903218f86" },
|
||||
"neoconf.nvim": { "branch": "main", "commit": "f063e7357b74162f0299e3a731fbb2e66fd79f6b" },
|
||||
"neocord": { "branch": "main", "commit": "2ebf3792a8100376bb65fd66d5dbf60f50af7529" },
|
||||
"neogen": { "branch": "main", "commit": "b2e78708876f4da507839726816010a68e33fec8" },
|
||||
"neogit": { "branch": "master", "commit": "e106a39a8a37a9420f374545c876f8b52baf1c80" },
|
||||
@@ -65,7 +66,7 @@
|
||||
"neotest-gtest": { "branch": "main", "commit": "b66f1d33cbf3b37b9803e6bc7ef47ac60eba86b1" },
|
||||
"neotest-python": { "branch": "master", "commit": "b0d3a861bd85689d8ed73f0590c47963a7eb1bf9" },
|
||||
"neotest-vim-test": { "branch": "master", "commit": "75c4228882ae4883b11bfce9b8383e637eb44192" },
|
||||
"nightfly.nvim": { "branch": "master", "commit": "42f6c21fbe90fcf96b9139f3b970cc6415b73382" },
|
||||
"nightfly.nvim": { "branch": "master", "commit": "24f2c71dcdbf1adf4656812a62247d101b7a4974" },
|
||||
"nightfox.nvim": { "branch": "main", "commit": "ba47d4b4c5ec308718641ba7402c143836f35aa9" },
|
||||
"noice.nvim": { "branch": "main", "commit": "7bfd942445fb63089b59f97ca487d605e715f155" },
|
||||
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
|
||||
|
||||
@@ -34,7 +34,7 @@ vim.opt.showcmd = false
|
||||
vim.opt.showmode = false -- we don't need to see things like -- INSERT -- anymore
|
||||
vim.opt.showtabline = 0 -- disable tabs
|
||||
vim.opt.sidescrolloff = 8
|
||||
vim.opt.signcolumn = "auto" -- always show the sign column otherwise it would shift the text each time
|
||||
vim.opt.signcolumn = "yes:1" -- always show the sign column otherwise it would shift the text each time
|
||||
vim.opt.smartcase = true -- smart case
|
||||
vim.opt.smartindent = true -- make indenting smarter again
|
||||
vim.opt.softtabstop = 4
|
||||
|
||||
9
lua/plugins/colorful-winsep.lua
Normal file
9
lua/plugins/colorful-winsep.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"nvim-zh/colorful-winsep.nvim",
|
||||
event = { "WinLeave" },
|
||||
opts = {
|
||||
animate = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
local js = { "biome", "biome-check" }
|
||||
local html = { "djlint", "rustywind" }
|
||||
local makrdown = { "cbfmt", "markdownlint", "markdown-toc" }
|
||||
local shell = { "shfmt" }
|
||||
|
||||
return {
|
||||
"stevearc/conform.nvim",
|
||||
@@ -21,7 +22,7 @@ return {
|
||||
["_"] = { "trim_whitespace" },
|
||||
["*"] = { "injected" },
|
||||
asm = { "asmfmt" },
|
||||
bash = { "shfmt" },
|
||||
bash = shell,
|
||||
c = { "clang-format" },
|
||||
cmake = { "cmake_format" },
|
||||
cpp = { "clang-format" },
|
||||
@@ -45,6 +46,7 @@ return {
|
||||
rest = { "kulala" },
|
||||
rust = { "rustfmt", "leptosfmt", "yew-fmt" },
|
||||
scss = { "prettier" },
|
||||
sh = shell,
|
||||
sql = { "sqruff" },
|
||||
toml = { "taplo" },
|
||||
typescript = js,
|
||||
@@ -52,6 +54,7 @@ return {
|
||||
typst = { "typstyle" },
|
||||
vimwiki = makrdown,
|
||||
yaml = { "yamlfmt" },
|
||||
zsh = shell,
|
||||
},
|
||||
formatters = {
|
||||
sqruff = {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
return {
|
||||
"IogaMaster/neocord",
|
||||
enabled = false,
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
blacklist = {}, -- A list of strings or Lua patterns that disable Rich Presence if the current file name, path, or workspace matches
|
||||
|
||||
@@ -45,7 +45,10 @@ return {
|
||||
enabled = true,
|
||||
format = "file",
|
||||
layout = {
|
||||
preset = "telescope",
|
||||
cycle = true,
|
||||
preset = function()
|
||||
return vim.o.columns >= 120 and "telescope" or "vertical"
|
||||
end,
|
||||
},
|
||||
matcher = {
|
||||
frecency = true,
|
||||
@@ -118,21 +121,28 @@ return {
|
||||
{
|
||||
"<C-n>",
|
||||
function()
|
||||
Snacks.picker.files()
|
||||
Snacks.picker.files({
|
||||
hidden = true,
|
||||
})
|
||||
end,
|
||||
desc = "Find Files",
|
||||
},
|
||||
{
|
||||
"<leader>pf",
|
||||
function()
|
||||
Snacks.picker.files()
|
||||
Snacks.picker.files({
|
||||
hidden = true,
|
||||
ignored = true,
|
||||
})
|
||||
end,
|
||||
desc = "Find Files",
|
||||
},
|
||||
{
|
||||
"<leader>ps",
|
||||
function()
|
||||
Snacks.picker.grep()
|
||||
Snacks.picker.grep({
|
||||
hidden = true,
|
||||
})
|
||||
end,
|
||||
desc = "Grep",
|
||||
},
|
||||
|
||||
@@ -686,3 +686,6 @@ sensitīvi
|
||||
Modularitāte
|
||||
neļauj
|
||||
parametrizēti
|
||||
konceptuāli
|
||||
augustā
|
||||
kubitu
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user