mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
Add nvim
This commit is contained in:
parent
1b22e3241a
commit
3c335539a5
22 changed files with 752 additions and 14 deletions
22
.config/nvim/.options/obsidian.all.lua
Normal file
22
.config/nvim/.options/obsidian.all.lua
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
return {
|
||||
"epwalsh/obsidian.nvim",
|
||||
version = "*", -- recommended, use latest release instead of latest commit
|
||||
lazy = true,
|
||||
ft = "markdown",
|
||||
dependencies = {
|
||||
-- Required.
|
||||
"nvim-lua/plenary.nvim",
|
||||
|
||||
-- see below for full list of optional dependencies 👇
|
||||
},
|
||||
opts = {
|
||||
workspaces = {
|
||||
{
|
||||
name = "All",
|
||||
path = "~/Obsidian",
|
||||
},
|
||||
},
|
||||
|
||||
-- see below for full list of options 👇
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue