Skip to content

Commit

Permalink
disable cinnamon
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed May 5, 2024
1 parent a4cc4d3 commit 3761a9e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion users/mitchellh/vim-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,13 @@ require("conform").setup({
---------------------------------------------------------------------
-- Cinnamon
require('cinnamon').setup()
-- require('cinnamon').setup()
-- require('cinnamon').setup {
-- extra_keymaps = true,
-- override_keymaps = true,
-- scroll_limit = -1,
--}
vim.opt.termsync = false
EOF
Expand Down

0 comments on commit 3761a9e

Please sign in to comment.