Skip to content

Commit

Permalink
feat(nvim): deprecate pastetoggle
Browse files Browse the repository at this point in the history
  • Loading branch information
louib committed May 28, 2024
1 parent 801b6bc commit 9251a67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flakes/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1132,8 +1132,6 @@ local function configure_global_options()
vim.o.termguicolors = true
end

vim.o.pastetoggle = '<F5>'

-- This will render the trailing spaces and the tabs in a visible way.
vim.o.listchars = 'tab:>-,trail:·'
vim.o.list = true
Expand Down

0 comments on commit 9251a67

Please sign in to comment.