2024-11-13 18:28 : id 118
This commit is contained in:
parent
4b2397a6ed
commit
c2e8807405
@ -84,17 +84,22 @@ in
|
||||
};
|
||||
};
|
||||
programs = {
|
||||
vim = {
|
||||
neovim = {
|
||||
defaultEditor = true;
|
||||
enable = true;
|
||||
settings = {
|
||||
relativenumber=true;
|
||||
vimAlias = true;
|
||||
configure = {
|
||||
customRC = ''
|
||||
syntax on
|
||||
set clipboard=unnamedplus
|
||||
set encoding=utf-8
|
||||
set
|
||||
'';
|
||||
};
|
||||
};
|
||||
bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
vim="nvim";
|
||||
ls="ls -l";
|
||||
};
|
||||
bashrcExtra=''
|
||||
|
Loading…
x
Reference in New Issue
Block a user