Remove ZK
This commit is contained in:
@@ -82,7 +82,6 @@ packer.startup({function(u)
|
|||||||
u 'elzr/vim-json'
|
u 'elzr/vim-json'
|
||||||
u 'preservim/vim-markdown'
|
u 'preservim/vim-markdown'
|
||||||
u 'vim-pandoc/vim-pandoc-syntax'
|
u 'vim-pandoc/vim-pandoc-syntax'
|
||||||
u 'mickael-menu/zk-nvim'
|
|
||||||
|
|
||||||
-- File tree, telescope
|
-- File tree, telescope
|
||||||
u 'nvim-lua/plenary.nvim'
|
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')
|
local whichkey = require('which-key')
|
||||||
whichkey.setup()
|
whichkey.setup()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user