mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 11:19:20 +09:00
update(neovim): enable exrc
This commit is contained in:
parent
f4cd9ff346
commit
fdbe00d7db
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ vim.o.errorbells = true
|
|||
vim.opt.undofile = true -- Save undo history
|
||||
vim.o.completeopt = 'menuone,noselect' -- for better completion experience
|
||||
vim.o.termguicolors = true
|
||||
vim.o.exrc = true
|
||||
|
||||
vim.keymap.set('n', 'H', '<cmd>tabp<cr>', { desc = 'tab previous' })
|
||||
vim.keymap.set('n', 'L', '<cmd>tabn<cr>', { desc = 'tab next' })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue