Add the nvim-autopairs so "'{[ characters will auto close.
Add AutoCmd to restore the cursor position when re-opening file.
Fix treesitter option name.
8 lines
133 B
Nix
8 lines
133 B
Nix
{
|
|
plugins.nvim-autopairs = {
|
|
enable = true;
|
|
settings = {
|
|
disable_filetype = ["TelescopePrompt" "vim"];
|
|
};
|
|
};
|
|
}
|