merge: neovim.nix from wsl branch
This commit is contained in:
parent
d34e9a4fd0
commit
be6dd5974b
1 changed files with 3 additions and 8 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
# package = pkgs.neovim;
|
|
||||||
configure = {
|
configure = {
|
||||||
customRC = ''
|
customRC = ''
|
||||||
set title
|
set title
|
||||||
|
|
@ -36,12 +35,7 @@
|
||||||
end
|
end
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
colorscheme gruvbox
|
colorscheme catppuccin " catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha
|
||||||
|
|
||||||
" relative line numbering when leaving insert mode
|
|
||||||
set relativenumber
|
|
||||||
autocmd InsertEnter * :set number norelativenumber
|
|
||||||
autocmd InsertLeave * :set nonumber relativenumber
|
|
||||||
|
|
||||||
" netrw (dir listing) settings
|
" netrw (dir listing) settings
|
||||||
let g:netrw_liststyle = 3
|
let g:netrw_liststyle = 3
|
||||||
|
|
@ -75,7 +69,8 @@
|
||||||
fzf-vim # fuzzy finder through vim
|
fzf-vim # fuzzy finder through vim
|
||||||
nerdtree # file structure inside nvim
|
nerdtree # file structure inside nvim
|
||||||
rainbow # color parenthesis
|
rainbow # color parenthesis
|
||||||
gruvbox-nvim # theme
|
# gruvbox-nvim # theme
|
||||||
|
catppuccin-nvim # theme
|
||||||
goyo-vim # write prose
|
goyo-vim # write prose
|
||||||
limelight-vim # prose paragraph highlighter
|
limelight-vim # prose paragraph highlighter
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue