diff --git a/.config/nvim/README.md b/.config/nvim/README.md index 7f464126..35ee8f72 100644 --- a/.config/nvim/README.md +++ b/.config/nvim/README.md @@ -12,3 +12,4 @@ I use either `MNEI` or the arrow keys (which is a mod key + `MNEI` on my keyboard) for navigation, depending on a few different factors. Therefore, some of these bindings may seem weird. + diff --git a/.config/nvim/lua/config/options.lua b/.config/nvim/lua/config/options.lua index c6bb3744..eccb59b5 100644 --- a/.config/nvim/lua/config/options.lua +++ b/.config/nvim/lua/config/options.lua @@ -13,3 +13,4 @@ opt.wrap = true -- opt.spelllang = { "en", "en-academic" } opt.spelllang = { "en" } -- opt.spelloptions = "camel" +opt.clipboard = "unnamedplus"