mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01: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!
|
||||
'';
|
||||
}
|
||||
{
|
||||
plugin = obsidian-nvim;
|
||||
type = "lua";
|
||||
config = /* lua */ ''
|
||||
require('obsidian').setup {
|
||||
workspaces = {
|
||||
{
|
||||
name = "ドキュメント",
|
||||
path = "~/ドキュメント",
|
||||
},
|
||||
},
|
||||
disable_frontmatter = true,
|
||||
ui = {
|
||||
enable = false
|
||||
}
|
||||
}
|
||||
'';
|
||||
}
|
||||
fzf-vim
|
||||
vim-caddyfile
|
||||
vim-graphql
|
||||
|
Loading…
Reference in New Issue
Block a user