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:
parent
5f34976cd4
commit
ecbb4766da
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user