e2c94e87d6
nvim: init.vim: Use of K conflicts with document access
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-01 12:15:55 +05:30
a4ab466df0
mutt: Use gruvbox colorscheme for mutt
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-31 17:32:54 +05:30
ca33de99c1
Update gnupg and notmuch config
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-31 15:04:16 +05:30
2237cdf38f
git: Update gitconfig
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-31 14:59:43 +05:30
6e152774dd
Update Makefile to provide additional options
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-31 14:58:42 +05:30
8f0b2fb93e
Individual configs should still be in directories
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-31 14:38:50 +05:30
7200bbece7
Switch to using stow for dotfiles management
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-31 14:18:38 +05:30
5cbc5a63c5
Sync with current Manjaro i3 config
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-31 13:45:43 +05:30
abf723ada1
Remove configs we do not need
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-31 12:46:48 +05:30
d113ff9d6b
nvim: init.vim: Remove netrw settings
...
vinegar seems to behave weirdly if these settings are in place. For
example, each invocation of '-' results in a new netrw window and it
persists unless explicitly closed.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-31 12:13:40 +05:30
a42cc7bba7
nvim: init.vim: Use custom bindings for smoothie
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-30 20:22:28 +05:30
05a281029f
nvim: init.vim: Remove unimpaired
...
unimpaired plugin adds more than 15ms of load time and sometimes 20+ms
have also been seen. Not worth it. Just steal or modify some of the
bindings we care about.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-30 19:46:15 +05:30
e727452726
nvim: init.vim: Fix binding for save
...
w is for word motion. Do not use it without leader.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-30 19:15:26 +05:30
83b5ba6487
nvim: init.vim: Remove fzf installation
...
Now that we do not need to take care of shitty ubuntu, remove fzf
install. On ubuntu, having a system installed fzf seemed to not work
with the fzf plugin.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-30 18:04:08 +05:30
8fcb0af80c
nvim: init.vim: Reintroduce vim-vinegar
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-30 17:29:20 +05:30
4a640413a7
nvim: init.vim: Minor cleanup
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-30 17:07:11 +05:30
fd9df06b50
nvim: init.vim: Remove some more leader usage
...
Follow in the foot steps of commit 4ebc8f3
and remove some more usage of
leader key.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-30 16:45:21 +05:30
037496f1e7
nvim: init.vim: Update some purescript related stuff
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-30 16:31:52 +05:30
4ebc8f3788
nvim: init.vim: Use vim-unimpaired & improve bindings
...
unimpaired provides some helpful bindings so use that. Remove redundant
bindings like the ones for quickfix & location list due to use of
unimpaired. It also provides consistent bindings across the board.
While at it, reduce the use of leader key. The idea behind using leader
key everywhere was taken since we migrated from spacemacs, However, for
non-conflicting bindings it's better to have a hit as few keys as
possible, so remove leader from few of the earlier bindings.
To see list of all mappings, use '9verbose nmap <key>'.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-30 16:29:11 +05:30
df07def242
nvim: init.vim: Remove gdefault
...
It's also deprecated and not recommended to use.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-30 12:05:31 +05:30
1259c43e4d
nvim: init.vim: Add awk-ward plugin
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-29 15:55:04 +05:30
495aa26e7f
nvim: init.vim: Setup deoplete completion for Purescript
...
Also allow auto imports from PSC IDE.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-28 13:36:00 +05:30
df3b9f5b0b
nvim: init.vim: Cleanup indentation defaults autocmd group
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-28 11:29:08 +05:30
13d5041a8a
nvim: init.vim: Fix & update purescript key bindings
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-28 11:28:26 +05:30
fb96c1af6c
nvim: init.vim: Use local leader for Haskell & C maps
2019-12-24 13:57:05 +05:30
ca4b9f57f6
nvim: init.vim: Switch from comfortable motion to smoothie
2019-12-24 08:50:36 +05:30
2ea68f3b4f
nvim: init.vim: Add helpers for tabular
2019-12-24 08:44:27 +05:30
bc587c5991
nvim: init.vim: Update miscellaneous plugins
...
Couldn't really figure out how to use vim easy align, so just chuck it.
Add tabular & indentline.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-23 22:32:42 +05:30
5486336845
nvim: init.vim: Remove scheme plugin maps
...
We have SLIMV now and not the earlier scheme plugin.
2019-12-23 15:10:16 +05:30
0fd5af5978
nvim: init.vim: Remove leftover hardtime configuration
2019-12-23 15:06:28 +05:30
fcb1ea960e
nvim: init.vim: Update bindings
...
Try to use same bindings for common operations like jump to definition
and other code navigation operations across languages.
2019-12-23 11:24:43 +05:30
bdf2f541b5
nvim: init.vim: Set keyword for Haskell filetypes to hoogle
2019-12-23 10:48:42 +05:30
4f0b45ac96
nvim: init.vim: Update textwidth settings globally & gitcommit
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-21 20:24:16 +05:30
0b9e52ffe4
nvim: init.vim: Switch to vim-commentary
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-21 12:30:44 +05:30
e66a137b4f
nvim: init.vim: Use SLIMV
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-15 16:14:53 +05:30
d11d4c3502
tmux.conf: Update tmux conf
2019-12-13 15:00:22 +05:30
c80bb00a55
nvim: init.vim: Revert back to using cscope with fzf
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-12 19:41:53 +05:30
77f5543f45
nvim: init.vim: Remove hard time
...
For code browsing j & k keys are required. Using Ctrl-d/e
combination to scroll becomes unwieldy.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-12 18:28:31 +05:30
2d69cfa383
tmux.conf: Fix merge pane binding
2019-12-12 14:58:39 +05:30
05caf3adf5
tmux.conf: Update tmux config
2019-12-12 14:52:12 +05:30
35f86040be
tmux.conf: Use monokai theme
2019-12-12 13:56:26 +05:30
a3f84d9493
tmux.conf: Remove use of tpm
...
With tmux3.0 tpm does not work anymore. Let's not rely on
it for loading and updating plugins.
2019-12-12 13:39:05 +05:30
13af45b091
nvim: init.vim: Set inccommand
2019-12-12 09:52:35 +05:30
350a66948d
nvim: init.vim: Add neoformat
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-11 22:03:32 +05:30
c3fbb7be51
tmux.conf: Update tmux config
...
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-11 21:59:18 +05:30
7480ddff24
nvim: init.vim: Add default netrw settings
2019-12-11 09:08:52 +05:30
7fa8b136eb
nvim: init.vim: Remove vim-vinegar
...
For some reason, vinegar bindings are not working. And there is no
point in debugging this.
2019-12-11 09:08:38 +05:30
4c4517c71f
nvim: init.vim: Fix Neomake for C
...
Taken from
https://github.com/neomake/neomake/issues/1027
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-12-10 21:53:25 +05:30
9dfacd2c7b
nvim: init.vim: Add Purescript support
2019-12-10 15:38:30 +05:30
58e5137876
nvim: init.vim: Add jedi-vim
...
Show Pydocs feature in deoplete jedi does not seem to consider
the complete word. For example, os.path.splitext placing cursor
on splitext seems to give an error. Same works in jedi-vim. Do
not use completions from jedi-vim though.
2019-12-10 12:29:13 +05:30