refactor: complete rewrite
This commit is contained in:
parent
19a4bbda3c
commit
8e81943cf9
399 changed files with 3396 additions and 8042 deletions
23
outputs/pkgs/ook-vim/settings.nix
Normal file
23
outputs/pkgs/ook-vim/settings.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{pkgs, ...}: {
|
||||
vim = {
|
||||
package = pkgs.neovim-unwrapped;
|
||||
leaderKey = " ";
|
||||
tabWidth = 2;
|
||||
autoIndent = true;
|
||||
searchCase = "smart";
|
||||
enableLuaLoader = true;
|
||||
enableEditorconfig = true;
|
||||
useSystemClipboard = true;
|
||||
autopairs.nvim-autopairs.enable = true;
|
||||
hideSearchHighlight = true;
|
||||
theme = {
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
# Additional sets can be added here
|
||||
# vim.luaConfigRC.basic =
|
||||
# entryAfter ["entryAfter"] #lua
|
||||
# ''
|
||||
#
|
||||
# '';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue