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:
2025-10-08 19:54:46 +03:00
parent f7194a919e
commit f5c52bcc9d
65 changed files with 1052 additions and 1721 deletions

View File

@@ -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",