refactor: moved home config to more logical folder structure
This commit is contained in:
parent
f201190ef1
commit
ecaa2c0dc4
29 changed files with 165 additions and 171 deletions
14
users/modules/programs/nvim.nix
Normal file
14
users/modules/programs/nvim.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
extraLuaConfig = ''
|
||||
vim.opt.shiftwidth = 2;
|
||||
vim.opt.number = true;
|
||||
vim.opt.relativenumber = true;
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue