do this the way everyone else does apparently
This commit is contained in:
parent
a615a24f42
commit
13f49664cd
@ -71,7 +71,7 @@ require'nvim-treesitter.configs'.setup {
|
||||
vim.g.coc_global_extensions = {'coc-json', 'coc-lua', 'coc-pyright', 'coc-rust-analyzer', 'coc-yaml', 'coc-eslint'}
|
||||
|
||||
-- Turn on nice things
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
vim.opt.clipboard:append("unnamedplus")
|
||||
vim.opt.mouse = "a"
|
||||
|
||||
-- Colorscheme
|
||||
|
Loading…
Reference in New Issue
Block a user