|
|
@ -36,7 +36,7 @@
|
|
|
|
normal.family = "Iosevka Nerd Font";
|
|
|
|
normal.family = "Iosevka Nerd Font";
|
|
|
|
bold.family = "Iosevka Nerd Font";
|
|
|
|
bold.family = "Iosevka Nerd Font";
|
|
|
|
italic.family = "Iosevka Nerd Font";
|
|
|
|
italic.family = "Iosevka Nerd Font";
|
|
|
|
size = 18.0;
|
|
|
|
size = 16.0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
key_bindings = [
|
|
|
|
key_bindings = [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -126,6 +126,16 @@
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
programs.dircolors = {
|
|
|
|
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
enableZshIntegration = true;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
programs.direnv = {
|
|
|
|
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
enableZshIntegration = true;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
programs.starship = {
|
|
|
|
programs.starship = {
|
|
|
|
enable = true;
|
|
|
|
enable = true;
|
|
|
|
enableZshIntegration = true;
|
|
|
|
enableZshIntegration = true;
|
|
|
@ -186,7 +196,7 @@
|
|
|
|
withNodeJs = true;
|
|
|
|
withNodeJs = true;
|
|
|
|
withPython3 = true;
|
|
|
|
withPython3 = true;
|
|
|
|
# unimpaired endwise textobj-word-column MatchTag vim-matchmaker vim-vertical-move stdtabs matchit splitjoin vimade floaterm fuzzymenu
|
|
|
|
# unimpaired endwise textobj-word-column MatchTag vim-matchmaker vim-vertical-move stdtabs matchit splitjoin vimade floaterm fuzzymenu
|
|
|
|
plugins = with pkgs.vimPlugins; [ nord-vim vim-airline vim-airline-themes vim-sensible vim-repeat vim-surround vim-fugitive vim-speeddating jdaddy-vim ale vim-snippets fzf-vim vim-tmux-navigator vim-multiple-cursors vim-easymotion vim-sneak nerdcommenter emmet-vim undotree vim-signature vim-easy-align vim-better-whitespace vim-signify vim-expand-region vim-exchange argtextobj-vim goyo vim-orgmode vim-polyglot vim-devicons vim-startify vim-abolish vim-peekaboo vim-table-mode tabular vim-markdown coc-nvim coc-css coc-html coc-eslint coc-tsserver coc-json coc-fzf coc-snippets ];
|
|
|
|
plugins = with pkgs.vimPlugins; [ nord-vim vim-airline vim-airline-themes vim-sensible vim-repeat vim-surround vim-fugitive vim-speeddating jdaddy-vim ale vim-snippets fzf-vim vim-tmux-navigator vim-multiple-cursors vim-easymotion vim-sneak nerdcommenter emmet-vim undotree vim-signature vim-easy-align vim-better-whitespace vim-signify vim-expand-region vim-exchange argtextobj-vim goyo vim-orgmode vim-polyglot vim-devicons vim-startify vim-abolish vim-peekaboo vim-table-mode tabular vim-markdown coc-nvim coc-css coc-html coc-eslint coc-tsserver coc-json coc-fzf coc-snippets vim-highlightedyank ];
|
|
|
|
extraConfig = ''
|
|
|
|
extraConfig = ''
|
|
|
|
set expandtab
|
|
|
|
set expandtab
|
|
|
|
set tabstop=2
|
|
|
|
set tabstop=2
|
|
|
|