Add comments to nvim and update tmux conf

This commit is contained in:
Warren Hood 2022-11-12 19:32:03 +02:00
parent 834417f864
commit ac6d86d869
2 changed files with 10 additions and 1 deletions

View file

@ -72,6 +72,14 @@ require("packer").startup(function()
end
}
-- Comments
use {
'numToStr/Comment.nvim',
config = function()
require('Comment').setup()
end
}
-- Automatically set up configuration after cloning packer.nvim
if packer_bootstrap then
require("packer").sync()

View file

@ -1,4 +1,5 @@
set -g default-terminal "xterm-256color"
set -g default-terminal "tmux-256color"
set-option -sa terminal-overrides ',xterm-256color:RGB'
set -g mouse on
# remap prefix from 'C-b' to 'C-a'