clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

obsidian

sspaeti 3b73ee55 16b4bf0d

+3 -2
+1 -1
nvim/lua/sspaeti/set.lua
··· 45 45 46 46 vim.opt.syntax = "on" -- Enables syntax highlighing 47 47 vim.opt.smartcase = true -- Do not ignore case with capitals 48 - vim.opt.conceallevel = 3 -- Markdown files behave like Obsidian, *italic*, **bold** and even [links](https...) are hidden. Amaziing! 48 + vim.opt.conceallevel = 2 -- Markdown files behave like Obsidian, *italic*, **bold** and even [links](https...) are hidden. Amaziing! 49 49 vim.opt.tabstop = 2 -- Insert 2 spaces for a tab 50 50 vim.opt.shiftwidth = 2 -- Change the number of space characters inserted for indentation 51 51 vim.opt.softtabstop = 2 --Number of spaces that a <Tab> counts for while performing editing operations, like inserting a <Tab> or using <BS>
+2 -1
obsidian/community-plugins.json
··· 39 39 "readwise-official", 40 40 "better-word-count", 41 41 "obsidian-footnotes", 42 - "obsidian-prozen" 42 + "obsidian-prozen", 43 + "tray" 43 44 ]