do this the way everyone else does apparently

This commit is contained in:
Joel Beckmeyer 2024-11-01 08:33:11 -04:00
parent a615a24f42
commit 13f49664cd

View File

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