Set NixOS specific line spacing for nvim.
This commit is contained in:
@ -67,6 +67,7 @@
|
||||
in
|
||||
''
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
vim.opt.shiftwidth = 2
|
||||
|
||||
vim.opt.rtp:prepend("${pkgs.vimPlugins.lazy-nvim}")
|
||||
|
||||
@ -88,11 +89,5 @@
|
||||
})
|
||||
|
||||
'';
|
||||
# extraLuaConfig =
|
||||
# # lua
|
||||
# ''
|
||||
# vim.opt.clipboard = "unnamedplus"
|
||||
# vim.opt.shiftwidth = 2
|
||||
# '';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user