1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 11:30:06 +08:00

perf(zettelkasten): set winfixwidth option

This commit is contained in:
Eric Wong 2024-12-12 16:45:40 +08:00
parent 5f34976cd4
commit ecbb4766da

View File

@ -11,6 +11,7 @@ vim.opt_local.bufhidden = 'wipe'
vim.opt_local.syntax = 'zktagstree'
vim.opt_local.buftype = 'nofile'
vim.opt_local.swapfile = false
vim.opt_local.winfixwidth = true
vim.api.nvim_buf_set_keymap(0, 'n', '<F2>', '', {
noremap = true,
silent = true,