mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-10-31
update 2025-10-08 chore: update readme Update 2025-10-09 Update 2025-10-15 Update 2025-10-22 Update 2025-10-31
This commit is contained in:
@@ -29,10 +29,6 @@ return {
|
||||
"epwalsh/obsidian.nvim",
|
||||
event = "BufReadPre " .. vim.fn.expand("~") .. "/Obsidian/**/*.md",
|
||||
},
|
||||
{
|
||||
"kiyoon/jupynium.nvim",
|
||||
event = "BufReadPre *.ju.py",
|
||||
},
|
||||
},
|
||||
version = "*",
|
||||
opts = {
|
||||
@@ -75,7 +71,6 @@ return {
|
||||
"buffer",
|
||||
"snippets",
|
||||
"ripgrep",
|
||||
"jupynium",
|
||||
"css_vars",
|
||||
},
|
||||
per_filetype = {
|
||||
@@ -140,11 +135,6 @@ return {
|
||||
score_offset = 15,
|
||||
opts = { insert = true },
|
||||
},
|
||||
jupynium = {
|
||||
name = "jupynium",
|
||||
module = "jupynium.blink_cmp",
|
||||
score_offset = 100,
|
||||
},
|
||||
git = {
|
||||
score_offset = 100,
|
||||
module = "blink-cmp-git",
|
||||
|
||||
Reference in New Issue
Block a user