Add commentstring stuff
This commit is contained in:
parent
31308cdb64
commit
ef4b36bd9d
3 changed files with 6 additions and 3 deletions
|
@ -68,9 +68,10 @@
|
|||
conflictStyle = "zdiff3";
|
||||
};
|
||||
|
||||
pack = {
|
||||
allowPackReuse = "multi";
|
||||
};
|
||||
# Commented out until git 2.44.0 makes its way to nixpkgs
|
||||
# pack = {
|
||||
# allowPackReuse = "multi";
|
||||
# };
|
||||
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
extraPlugins =
|
||||
(
|
||||
with pkgs.vimPlugins; [
|
||||
nvim-ts-context-commentstring
|
||||
telescope-zf-native-nvim
|
||||
vim-ReplaceWithRegister
|
||||
vim-bbye
|
||||
|
|
|
@ -31,6 +31,7 @@ vim.o.title = true
|
|||
vim.o.updatetime = 500
|
||||
vim.o.wildmenu = true
|
||||
vim.o.wildmode = "list:longest,full"
|
||||
vim.g.skip_ts_context_commentstring_module = true
|
||||
|
||||
vim.api.nvim_create_autocmd("TextYankPost", {
|
||||
callback = function()
|
||||
|
|
Loading…
Add table
Reference in a new issue