mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
neovim: Add obsidian-nvim
Seems to be better than the last time I tried it.
This commit is contained in:
parent
637410a10e
commit
ed0dec1e06
@ -580,6 +580,24 @@ in
|
|||||||
autocmd QuitPre * silent! :Vista!
|
autocmd QuitPre * silent! :Vista!
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
plugin = obsidian-nvim;
|
||||||
|
type = "lua";
|
||||||
|
config = /* lua */ ''
|
||||||
|
require('obsidian').setup {
|
||||||
|
workspaces = {
|
||||||
|
{
|
||||||
|
name = "ドキュメント",
|
||||||
|
path = "~/ドキュメント",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
disable_frontmatter = true,
|
||||||
|
ui = {
|
||||||
|
enable = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
}
|
||||||
fzf-vim
|
fzf-vim
|
||||||
vim-caddyfile
|
vim-caddyfile
|
||||||
vim-graphql
|
vim-graphql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user