up
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
globalOpts = {
|
||||
expandtab = true;
|
||||
shiftwidth = 2;
|
||||
relativenumber = true;
|
||||
mouse = "";
|
||||
# foldmethod = "expr";
|
||||
# foldexpr = "nvim_treesitter#foldexpr()";
|
||||
};
|
||||
globals = {
|
||||
clipboard = "osc52";
|
||||
# clipboard = "osc52";
|
||||
};
|
||||
opts = {
|
||||
clipboard = "unnamedplus";
|
||||
expandtab = true;
|
||||
ignorecase = true;
|
||||
mouse = "";
|
||||
relativenumber = true;
|
||||
shiftwidth = 2;
|
||||
smartcase = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user