This commit is contained in:
Ali Can Zeybek
2023-08-14 14:29:03 +03:00
parent 6d8f231fd3
commit 29938c53db

View File

@@ -70,7 +70,7 @@ return packer.startup(function(use)
use "f-person/git-blame.nvim" use "f-person/git-blame.nvim"
use "tpope/vim-fugitive" use "tpope/vim-fugitive"
-- nvim-tree -- nvim-tree
use "kyazdani42/nvim-tree.lua" use {"kyazdani42/nvim-tree.lua",commit = "9c97e6449b0b0269bd44e1fd4857184dfa57bb4c"}
-- toggleterm -- toggleterm
use "akinsho/toggleterm.nvim" use "akinsho/toggleterm.nvim"
@@ -90,6 +90,13 @@ return packer.startup(function(use)
use { use {
'vimwiki/vimwiki', 'vimwiki/vimwiki',
config = function() config = function()
vim.g.vimwiki_list = {
{
path = '~/vimwiki/',
syntax = 'markdown',
ext = '.md',
}
}
vim.g.vimwiki_ext2syntax = { vim.g.vimwiki_ext2syntax = {
['.md'] = 'markdown', ['.md'] = 'markdown',
['.markdown'] = 'markdown', ['.markdown'] = 'markdown',