Skip to content

Commit

Permalink
laptop0: neovim: use system clipboard by default
Browse files Browse the repository at this point in the history
  • Loading branch information
1sixth committed Aug 26, 2024
1 parent 0ab08e4 commit 0b87558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/laptop0/home/res/neovim.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vim.opt.background = 'light'
vim.opt.clipboard = 'unnamedplus'
vim.opt.cursorline = true
vim.opt.expandtab = true
vim.opt.ignorecase = true
Expand Down

0 comments on commit 0b87558

Please sign in to comment.