802d769a9c
nvim: setup automatic loading with mason and other plugins
2023-01-14 05:12:21 +01:00
b3e902ed66
nvim: correct filetype assignments
2023-01-13 14:01:07 +01:00
e15c732825
nvim: removed bootstrap bug due to wrong loading order
2023-01-13 05:37:16 +01:00
TiynGER
adef5705a7
nvim: bootstrapping bugfixes
2023-01-13 05:06:36 +01:00
aabc0f208e
nvim: bootstrap packer
2023-01-13 04:10:00 +01:00
0cc7b1ad90
nvim: switched to init.lua
2023-01-13 04:03:00 +01:00
6563c11338
nvim: edited to recommended setup
2023-01-12 03:05:28 +01:00
9bd93f5e4e
nvim: fixed outdated function
2023-01-10 01:15:12 +01:00
442ad2c8be
nvim: added markdown plugin for concealment
2022-09-21 04:39:15 +02:00
546f8f7ded
nvim: snippets for python and tex
2022-09-06 23:33:07 +02:00
1f48e040f1
nvim: changed plugins to lowercase
2022-09-03 14:13:54 +02:00
c81fc673fb
nvim: added snippet support
2022-09-03 05:49:50 +02:00
9b60120f65
nvim: added snippet support
2022-09-03 05:47:35 +02:00
e194e2f9bb
nvim: icons for completion
2022-09-03 05:33:31 +02:00
5625e6ecfc
nvim: added markdown lsp
2022-09-03 02:02:37 +02:00
db2cea01b8
nvim: remove ultisnips
2021-11-13 14:29:31 +01:00
f1f2ed1052
nvim: expand autocompletion
...
added the following sources to completion:
- buffer
- path
2021-11-12 23:58:58 +01:00
7129be044e
multiple changes for nvim
...
- tex snippets were changed for listed and unlisted sections
- nvim autocompletion engine was swapped to nvim-cmp
- nvim clears more files when exiting tex files
- the compiler uses biber when compiling tex files
- sc-im is used for .sc filetypes when using vifm
2021-11-10 03:25:28 +01:00
745d1a6321
nvim: setup for java development
2021-09-17 04:35:24 +02:00
3da53515c4
vim: removed all from matching list to unclutter completion
2021-07-04 15:03:15 +00:00
455636f403
vim: changed coc to nvim-lsp and changed colorscheme to personal one
2021-07-04 14:28:21 +00:00
TiynGER
32c4f82c30
nvim: added js support
2021-06-20 13:44:32 +02:00
TiynGER
4056e2223e
nvim: lets use rainbow brackets
2021-05-24 18:11:04 +02:00
TiynGER
5635dcac8f
vim: changed rainbow plugin
2021-05-14 02:46:13 +02:00
TiynGER
e3717237d0
Merge branch 'master' of git+ssh://github/tiynger/.dotfiles
2021-05-08 01:17:54 +02:00
TiynGER
4deb5918c0
vim: added bookmarks plugin
2021-05-08 01:17:39 +02:00
Marten
56a6ce005a
Update init.vim
2021-05-07 22:07:12 +02:00
TiynGER
c3a15eb445
vim: tex now has colorcolumn at 80
2021-04-30 17:02:01 +02:00
TiynGER
f3c03f3874
vim: markdown now has 2-space tabs
2021-04-29 20:04:32 +02:00
TiynGER
24a98625eb
golang: added support for vim and set env
2021-04-29 15:53:51 +02:00
TiynGER
1acb7affc9
added better support for irc with ii
2020-12-28 18:28:29 +01:00
TiynGER
2cc00d1790
nvim: coc-python swapped for coc-pyright
2020-12-21 23:15:43 +01:00
TiynGER
465d66b76c
nvim: noshow of cmd put to the lightline config
2020-12-21 18:48:41 +01:00
TiynGER
7314ee7ea1
nvim: added lightline with codedark colorscheme
2020-12-17 14:00:20 +01:00
TiynGER
507a8effc4
nvim: added col for nim and made output colorless
2020-12-17 01:03:02 +01:00
TiynGER
9856b356e3
nvim: changed nim plugin
2020-12-10 01:28:32 +01:00
TiynGER
4ab061e59b
nim and python: version multiplexer support added
2020-12-09 00:53:43 +01:00
TiynGER
7bed363ef2
vim: added nim support
2020-12-08 00:18:58 +01:00
TiynGER
9ba1ef98a3
vim: adding 80-column for python and new colorscheme (not set)
2020-11-19 11:58:44 +01:00
TiynGER
66f954ee85
vim: updated format options for html and increased readability
2020-11-10 16:40:34 +01:00
TiynGER
d4635caa60
nvim: added more linelength
2020-11-07 01:22:12 +01:00
TiynGER
47c9216eb3
nvim: break line for markdown added
...
- markdown now has a red column at 80
- new order and cleanup of the init.vim file
2020-11-05 16:08:48 +01:00
TiynGER
f33af20107
nvim and fonts
...
- jetbrainsmono as single nerd font
- nvim remaps done for all f-keys to prevent freezes
2020-11-04 23:11:53 +01:00
TiynGER
004bb3ca44
nvim: cleanup after exiting nvim for c added
2020-11-04 01:05:46 +01:00
TiynGER
e878a83893
diverse changes for qol
...
- remapping the substitution to <leader>ss in nvim to not conflict with line replacement
- moving the gitrepo directory
- making compiler for octave silent
2020-11-02 23:23:33 +01:00
TiynGER
5445b3c088
nvim: cleanup autoformat section
2020-11-01 20:37:09 +01:00
TiynGER
4602dff849
nvim: added fugitive and mappings for it
2020-10-30 22:39:21 +01:00
TiynGER
fb073d9f6f
nvim: fzf mapped
2020-10-30 21:21:22 +01:00
TiynGER
9978e188ca
nvim: cleaning up comments
2020-10-30 20:39:44 +01:00
TiynGER
d408f25ef9
nvim structure: plug section moved to the bottom and increased readability
2020-10-30 17:45:39 +01:00