neovim: autochdir + clipboard
This commit is contained in:
parent
479570112e
commit
dd45595854
|
@ -8,6 +8,8 @@ vim.o.tabstop = 4 -- 1 tab = 4 spaces
|
|||
vim.o.shiftwidth = 4 -- 1 indentation = 4 spaces
|
||||
|
||||
vim.o.completeopt = 'menu,menuone,noselect' -- completion popup
|
||||
vim.o.autochdir = true -- change workir to current file dir
|
||||
vim.o.clipboard = 'unnamedplus' -- use sytem clipboard
|
||||
|
||||
-- theme
|
||||
vim.o.termguicolors = true -- 24 bit colours
|
||||
|
|
Loading…
Reference in New Issue
Block a user