Remove ZK

This commit is contained in:
cool-mist
2024-02-16 15:23:46 +05:30
parent 8349e2ed92
commit 82fb3aab33
-19
View File
@@ -82,7 +82,6 @@ packer.startup({function(u)
u 'elzr/vim-json'
u 'preservim/vim-markdown'
u 'vim-pandoc/vim-pandoc-syntax'
u 'mickael-menu/zk-nvim'
-- File tree, telescope
u 'nvim-lua/plenary.nvim'
@@ -180,24 +179,6 @@ lualine.setup({
}
});
local zk = require('zk')
zk.setup({
picker = "fzf",
lsp = {
config = {
cmd = { "zk", "lsp" },
name = "zk",
},
-- automatically attach buffers in a zk notebook that match the given filetypes
auto_attach = {
enabled = true,
filetypes = { "markdown", "markdown.pandoc" },
},
},
})
local whichkey = require('which-key')
whichkey.setup()