neovim: autochdir + clipboard

This commit is contained in:
tastytea 2022-08-08 21:42:21 +02:00
parent 479570112e
commit dd45595854
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -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