Add more LSPs, Hyprlang grammar and more plugins.
This commit is contained in:
parent
faff89f789
commit
c1ba048e90
3 changed files with 39 additions and 51 deletions
13
lua/plugins/obsidian.lua
Normal file
13
lua/plugins/obsidian.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
'epwalsh/obsidian.nvim',
|
||||
version = '*',
|
||||
lazy = true,
|
||||
ft = 'markdown',
|
||||
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'hrsh7th/nvim-cmp',
|
||||
'nvim-telescope/telescope.nvim',
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue