fix: move nixd config to nvim.nix
This commit is contained in:
parent
5d6f5671a6
commit
d5fcc2cf5f
5 changed files with 51 additions and 36 deletions
|
|
@ -13,13 +13,13 @@
|
|||
enable = true;
|
||||
configure = {
|
||||
customRC = ''
|
||||
set number
|
||||
set relativenumber
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
nnoremap <C-s> :w<CR>
|
||||
'';
|
||||
set number
|
||||
set relativenumber
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
nnoremap <C-s> :w<CR>
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue