Commit Graph

58 Commits

Author SHA1 Message Date
a06bf670d0 nvim: add term-edit 2023-07-08 15:20:42 +03:00
380d75b501 nvim: add refactoring.nvim 2023-07-08 15:20:42 +03:00
6687c3ee56 nvim: cleanup plugins with lazy 2023-07-08 15:20:42 +03:00
213a9b84e2 nvim: packer -> lazy 2023-07-08 15:20:42 +03:00
91c1a60dca nvim: remove unused keymappings 2023-07-08 15:20:42 +03:00
4dd022993d nvim: add neotest 2023-07-08 15:20:42 +03:00
e2219da268 nvim: add treesitter textobjcets 2023-07-08 15:20:42 +03:00
d8538063ef nvim: remove stupid "after" statements 2023-07-08 15:20:42 +03:00
1ceb9003cd nvim: fix vsnip 2023-07-08 15:20:42 +03:00
66e86a427f nvim: remove stupid plugin load event things 2023-07-08 15:20:42 +03:00
028a7409e0 nvim: orgmode -> telekasten 2023-07-08 15:20:42 +03:00
fa08f7d23e nvim: lsp shenanigans 2023-07-08 15:20:42 +03:00
eb32ac0d4b nvim: switch file tree and telescope mappings 2023-07-08 15:20:42 +03:00
d8bb348a77 nvim: switch to pylsp 2023-07-08 15:20:42 +03:00
169a3aba2e nvim: replace highlight yank plugin with autocmd 2023-07-08 15:20:42 +03:00
4cc80888fb nvim: tiny change in mapping 2023-07-08 15:20:42 +03:00
b58a85a0d6 nvim: config diet 2023-07-08 15:20:42 +03:00
a7fc52db2f nvim: mypy stuff 2023-07-08 15:20:42 +03:00
bb9ba38452 nvim: switch to cmp's signature plugin 2023-07-08 15:20:42 +03:00
b300d90bfd nvim: change git mappings 2023-07-08 15:20:42 +03:00
4a062de66f nvim: disable the "Press ENTER or type command to continue" prompt 2023-07-08 15:20:42 +03:00
b2a60d37b7 nvim: add git bindings 2023-07-08 15:20:42 +03:00
e1e5edc9c7 nvim: turn pyright diagnostic mode to workspace (lsp) 2023-07-08 15:20:42 +03:00
08a1455a4b nvim: modify telescope symbol mappings 2023-07-08 15:20:42 +03:00
0ad7aa3139 nvim: native debug -> nvim-gdb 2023-07-08 15:20:42 +03:00
5183807727 nvim: use a usable layout for debugger 2023-07-08 15:20:42 +03:00
db217f84ea nvim: dap -> termdebug 2023-07-08 15:20:42 +03:00
39b1269674 nvim: move from native formatter to formatter.nvim 2023-07-08 15:20:42 +03:00
d43d9fbcb1 nvim: add LspRestart binding 2023-07-08 15:20:42 +03:00
3ab198e375 nvim: disable auto insert mode on toggleterm focus 2023-07-08 15:20:42 +03:00
8845845268 nvim: i am becoming a frontend engineer 2023-07-08 15:20:42 +03:00
4a4bf39f6a nvim: fix <leader>ga for code actions 2023-07-08 15:20:42 +03:00
670718f8d4 nvim: use native lsp formatting instead of neoformat 2023-07-08 15:20:42 +03:00
1ae4ccab75 nvim: big dap changes:
go: launch dlv manually and add a mapping to set the port (dsp)
python: get rid of it for now
lldb: include lldb for rust and c
2023-07-08 15:20:42 +03:00
020e412354 nvim: ":" -> "<cmd>" in mappings 2023-07-08 15:20:41 +03:00
b73df6e01e nvim: cmp setting to only enable buffer completion when the word is 5
chars long or more
2023-07-08 15:20:41 +03:00
60c4015172 nvim, herbstluftwm: switch from calcurse to org mode 2023-07-08 15:20:41 +03:00
0504d3861b nvim: search_dirs -> cwd 2023-07-08 15:20:41 +03:00
ba4d06683d nvim: update whichkey 2023-07-08 15:20:41 +03:00
e057bd83a9 nvim: better cd mappings for ac and of 2023-07-08 15:20:41 +03:00
acbf132b52 nvim: orgmode rocks 2023-07-08 15:20:41 +03:00
022c795ab8 nvim: let's try out this orgmode thing 2023-07-08 15:20:41 +03:00
1695f75d4b nvim: remove vimwiki 2023-07-08 15:20:41 +03:00
fc764cfd20 nvim: give vsnip its own file 2023-07-08 15:20:41 +03:00
fc7790d341 nvim: remove JsonFormat because I have Neoformat :) 2023-07-08 15:20:41 +03:00
d41dfc6efe nvim: run a formatted and update autocmds to new 0.7 api 2023-07-08 15:20:41 +03:00
86bf045a70 nvim: use new 0.7 vim.keymap.set api 2023-07-08 15:20:41 +03:00
72d4a48e4c nvim 2023-07-08 15:20:41 +03:00
4a28761e5f nvim: organize a bunch of color / visual details 2023-07-08 15:20:41 +03:00
caedad05db nvim: update cmp config 2023-07-08 15:20:41 +03:00