fix comment neovim plugin not being set up
This commit is contained in:
parent
910d579100
commit
9a3b9f3946
|
@ -182,6 +182,7 @@ in
|
|||
vimAlias = true;
|
||||
extraLuaConfig = ''
|
||||
require("tmux").setup({ copy_sync = { redirect_to_clipboard = true } });
|
||||
require('Comment').setup()
|
||||
'';
|
||||
extraConfig = ''
|
||||
set rnu nu
|
||||
|
|
Loading…
Reference in New Issue
Block a user