Add more LSPs, Hyprlang grammar and more plugins.

This commit is contained in:
NaniNoni 2024-06-23 22:25:01 +02:00
parent faff89f789
commit c1ba048e90
3 changed files with 39 additions and 51 deletions

View file

@ -20,6 +20,10 @@ return {
['\\'] = 'close_window',
},
},
filtered_items = {
hide_dotfiles = false,
},
},
},
}

13
lua/plugins/obsidian.lua Normal file
View 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',
},
}