add align
This commit is contained in:
@@ -14,7 +14,7 @@ let mapleader=" "
|
|||||||
set quickscope
|
set quickscope
|
||||||
set which-key
|
set which-key
|
||||||
set notimeout
|
set notimeout
|
||||||
set easymotion
|
set easymotion " install easymotion and acejump plugin
|
||||||
set surround
|
set surround
|
||||||
|
|
||||||
|
|
||||||
@@ -25,6 +25,8 @@ nnoremap <leader>t :action Terminal.OpenInTerminal<CR>
|
|||||||
nnoremap <leader>q :action QuickJavaDoc<CR>
|
nnoremap <leader>q :action QuickJavaDoc<CR>
|
||||||
nnoremap <leader>f :action Find<CR>
|
nnoremap <leader>f :action Find<CR>
|
||||||
nnoremap <leader>r :action Replace<CR>
|
nnoremap <leader>r :action Replace<CR>
|
||||||
|
map f <Plug>(easymotion-bd-f)
|
||||||
|
map <leader>f <Plug>(easymotion-bd-w)
|
||||||
|
|
||||||
nnoremap J mzJ`z
|
nnoremap J mzJ`z
|
||||||
nnoremap S ht lr<cr>k$
|
nnoremap S ht lr<cr>k$
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{ plugins.barbar = { enable = true; }; }
|
{ plugins.barbar = { enable = true; }; } # tab bar up top
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
number = true;
|
number = true;
|
||||||
relativenumber = true;
|
relativenumber = true;
|
||||||
|
showmode = false; #already shown in lightline
|
||||||
|
|
||||||
autoindent = true;
|
autoindent = true;
|
||||||
clipboard = "unnamedplus";
|
clipboard = "unnamedplus";
|
||||||
@@ -30,6 +31,8 @@
|
|||||||
termguicolors = lib.mkForce pkgs.stdenv.isLinux;
|
termguicolors = lib.mkForce pkgs.stdenv.isLinux;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
plugins.mini-align.enable = true;
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [
|
||||||
# Global
|
# Global
|
||||||
# Default mode is "" which means normal-visual-op
|
# Default mode is "" which means normal-visual-op
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{ plugins.lightline = { enable = true; }; }
|
{ plugins.lightline = { enable = true; }; } #status line at the bottom
|
||||||
|
|||||||
Reference in New Issue
Block a user