Commit Graph

88 Commits

Author SHA1 Message Date
Thomas Ruoff
1f9ad72877 add lspkind to nvim-cmp 2023-05-17 22:51:00 +02:00
Thomas Ruoff
392b983a7d add todo highlighting 2023-05-17 08:16:28 +02:00
Thomas Ruoff
342050db2c add a couple more treesitter langs 2023-05-17 08:16:18 +02:00
Thomas Ruoff
dce3754859 fix(snips): choice nodes for conventional commits 2023-05-16 08:37:39 +02:00
Thomas Ruoff
5cccf653c7 feat(snips): NT add conventional base snippet 2023-05-16 08:14:44 +02:00
Thomas Ruoff
2ecdd8ac9b upstream changes 2023-05-11 23:38:51 +02:00
Thomas Ruoff
b178a450e8 asdf 2023-05-10 08:00:09 +02:00
Thomas Ruoff
d208599ae4 use noice instead of annoying vim-notify 2023-05-09 21:06:09 +02:00
Thomas Ruoff
f73511b364 add hlsearch 2023-05-09 21:05:00 +02:00
Thomas Ruoff
771c6fd9dc update keymaps to something more sane 2023-04-28 11:14:28 +02:00
Thomas Ruoff
dd492fe06a fix inspect tree binding 2023-04-26 22:46:15 +02:00
Thomas Ruoff
5b5850bf0b Revert "enable markdown folding 🙏"
This reverts commit c231f2fc2a.
2023-04-26 22:37:30 +02:00
Thomas Ruoff
2608e38342 add todo section to bindings 2023-04-26 22:36:33 +02:00
Thomas Ruoff
91db9483b7 remove help from treesitter as it seems to have vanished 2023-04-26 22:35:15 +02:00
Thomas Ruoff
c231f2fc2a enable markdown folding 🙏 2023-04-26 22:31:13 +02:00
Thomas Ruoff
857dfc4397 for lua only use stylua to format 2023-04-26 22:29:58 +02:00
Thomas Ruoff
55ead1caec add harpoon 2023-04-26 22:06:07 +02:00
Thomas Ruoff
91da744d15 add lastplace hacke 2023-04-26 22:05:58 +02:00
Thomas Ruoff
0c79182e03 move to mason_null_ls 2023-04-26 22:05:04 +02:00
Thomas Ruoff
477bc1da79 switch to nvim.project 2023-04-26 22:03:02 +02:00
Thomas Ruoff
f1e48e6702 also allow captialized Spec filename for tests 2023-04-26 21:59:38 +02:00
Thomas Ruoff
999a8f8e52 add nvim-surround 2023-04-26 21:59:05 +02:00
Thomas Ruoff
a5cab33ffd fix quick write - not sure why it differs 2023-04-04 22:47:09 +02:00
Thomas Ruoff
d3a464dead stop using deprectated vim.pretty_print 2023-03-31 08:13:33 +02:00
Thomas Ruoff
d7e14210df i don't think i need this 🤷 2023-03-29 22:57:12 +02:00
Thomas Ruoff
5ff48e3b7b pull out telescope 2023-03-29 22:56:25 +02:00
Thomas Ruoff
4406d24bd9 update keymap docs 2023-03-27 23:15:03 +02:00
Thomas Ruoff
e6213210ee disable predefined Format command 2023-03-27 23:14:22 +02:00
Thomas Ruoff
db54008bfc change some keymaps 2023-03-27 23:14:01 +02:00
Thomas Ruoff
c568bf4291 fix a couple warnings 2023-03-27 23:12:23 +02:00
Thomas Ruoff
d281b73929 hmm, glowing stuff 2023-03-21 22:36:13 +01:00
Thomas Ruoff
892ddb8610 try project 2023-03-21 22:35:58 +01:00
Thomas Ruoff
aa18191c44 add norg 2023-03-21 22:35:37 +01:00
Thomas Ruoff
b19a60a729 start documenting keybindings 2023-03-21 22:35:04 +01:00
Thomas Ruoff
ac8fbbf38e add P(blup) 2023-03-21 08:24:21 +01:00
Thomas Ruoff
5cd0b8f4a9 remove diagnosis keys colliding with my setup 2023-03-15 14:25:27 +01:00
Thomas Ruoff
6ad002b4d0 add trouble 2023-03-14 23:03:21 +01:00
Thomas Ruoff
7269675db5 fix filetree which-key notification 2023-03-14 23:02:54 +01:00
Thomas Ruoff
eb70207586 couple updates 🤷 2023-03-14 23:02:40 +01:00
Thomas Ruoff
8c12d8e565 format own changes in init 2023-03-07 22:52:38 +01:00
Thomas Ruoff
8d9b4b2d6d well english is not my thing 2023-03-07 22:51:44 +01:00
Thomas Ruoff
c10c2aebc0 follow current file in filetree 2023-03-07 22:51:44 +01:00
Thomas Ruoff
3c04a2b11d fix <leader>tsp 2023-03-07 22:51:44 +01:00
Thomas Ruoff
dc4a103f55 format all 2023-03-07 22:51:43 +01:00
Thomas Ruoff
5d3c071e8a add all previous plugins and config 2023-03-07 22:51:43 +01:00
Thomas Ruoff
fdfa4e4128 add stylelint config 2023-03-07 22:44:38 +01:00
Thomas Ruoff
4933d4406b use clippy 2023-03-07 22:44:37 +01:00
Thomas Ruoff
09b035d364 add eslint ingnores 2023-03-07 22:44:37 +01:00
Philipp Szechenyi
4a37a0a9b1 added descriptions to Diagnostic keymaps (#191)
* Update init.lua

* Update init.lua
2023-02-27 16:37:28 -05:00
Lucian Boaca
933ddee7d9 Update instructions for neo-tree set up (#200)
For me, setting this variable in the config function didn't work. Putting it outside the return block did the trick.
2023-02-27 16:36:59 -05:00