Commit graph

43 commits

Author SHA1 Message Date
c20c790e67 feat(nvim): configure lir 2022-08-06 06:10:12 +01:00
6b70074004 feat(nvim): show git blame on current line 2022-07-13 11:04:09 +01:00
7f2b1d985a chore(nvim): move DAP UI panes 2022-07-13 11:04:09 +01:00
19f1820a2a fix(nvim): fix treesitter error
Change from the old `maintained` value to `all` for now, and later
specify a list of which languages I want to use.
2022-07-12 10:51:41 +01:00
ba15cf763d chore(nvim): configure DAP for Xdebug 2022-07-07 19:57:32 +01:00
d3402db56b feat(nvim): add vim-dadbod, UI, and completion 2022-06-27 19:48:30 +01:00
0926ae9671 feat(nvim): add Treesitter text objects 2022-05-11 10:04:33 +01:00
6c6b428883 fix(nvim): typo in JS snippets 2022-04-25 08:10:57 +01:00
dc3c39fbdf fix(neovim): autocomplete with nvim-cmp
Update nvim-cmp mappings configuration following the recent breaking
changes.
2022-04-20 22:50:27 +01:00
591cf8224f fix(nvim): update LuaSnip configuration
Fixes: 
2022-04-12 23:15:01 +01:00
96a532a501 feat(nvim): use vimux when running tests 2022-04-05 09:32:20 +01:00
ec4942d72c chore(nvim): experimenting with overriding colours 2022-04-05 09:31:44 +01:00
30270105db feat: add keymaps for Treesitter 2022-04-03 20:45:24 +01:00
44636df384 refactor(nvim): rename file 2022-03-31 01:14:34 +01:00
f29785c491 feat(nvim): add new plugins 2022-03-31 01:13:30 +01:00
3d1135788c feat(nvim): add mappings for refactors 2022-03-23 19:36:57 +00:00
903a36451d style(nvim): run stylua 2022-03-23 19:36:54 +00:00
25c6a44a2a
feat(nvim): configure harpoon 2022-03-23 11:43:05 +00:00
f50019dc19 feat(nvim): use express_line.nvim 2022-03-16 21:28:47 +00:00
4cce15244a chore(nvim): update neogit mappings 2022-02-28 21:57:48 +00:00
1e7f350a3b feat(nvim): configure Neogit 2022-02-17 20:37:37 +00:00
251af8a126 feat(nvim): add fidget.nvim 2022-02-16 08:17:53 +00:00
d2ff1cb546 feat(nvim): add lir.nvim 2022-02-16 07:59:33 +00:00
06664fda41 feat: update luasnip configuration 2022-02-10 10:02:08 +00:00
3b4c247ca7 refactor(nvim): completion configuration 2022-01-29 01:14:09 +00:00
494fbd5a4a chore(nvim): remove auto-pairs plugin 2022-01-29 00:00:08 +00:00
d73da59246 feat(nvim): add small_terminal function 2022-01-21 00:04:21 +00:00
6aad5c6f54 chore(nvim): reduce the character width in ZenMode 2022-01-20 15:57:50 +00:00
9e8b13a760 feat(nvim): add lualine 2022-01-20 15:57:25 +00:00
cf6647658d feat(nvim): add refactoring.nvim plugin 2022-01-13 00:23:36 +00:00
41eb8f6c71 refactor(nvim): rename luasnip to l 2022-01-13 00:18:02 +00:00
9b4f4b2a7b feat(nvim): add rst snippets
Refs: 
2022-01-12 13:44:24 +00:00
3e78a62033 refactor(nvim): use key/value pairs for snippets
Refs: 
2022-01-12 13:44:22 +00:00
65cd3def16 feat(nvim): auto re-require snippets
Refs: 
2022-01-12 13:43:48 +00:00
f6c4c6ace6 feat(nvim): configure vim-test more 2022-01-11 17:51:17 +00:00
Oliver Davies
572557ed28
chore(nvim): use the new completion menu 2022-01-10 13:08:08 +00:00
7653fb0f1d fix(nvim): only load markdown snippets in md files 2022-01-10 01:30:11 +00:00
396c6f9c37 refactor(nvim): move file type snippets into ft 2022-01-10 01:30:11 +00:00
7d3b82884c refactor(nvim): move plugin config to the
... `after/plugin` directory
2022-01-09 23:13:42 +00:00
7d1e320c30 refactor(nvim): split snippets into separate files
Refs: 
2022-01-09 01:09:09 +00:00
5ff925c80c style: format lua with StyLua 2022-01-09 00:41:55 +00:00
f96368921f feat(nvim): start configuring LuaSnip
Fixes: 
2022-01-08 23:48:26 +00:00
3950a25f2e feat(nvim): add and start configuring zen-mode
Fixes: 
2022-01-08 23:48:20 +00:00