|
|
a4d2c16aee
|
Revert "Install nvim-cmp source for spelling"
This reverts commit 6a8923ac07.
|
2021-11-30 14:04:56 +03:00 |
|
|
|
6a8923ac07
|
Install nvim-cmp source for spelling
|
2021-11-28 21:26:52 +03:00 |
|
|
|
7006fe32ff
|
Add rename mapping on <F2>
|
2021-11-28 16:54:49 +03:00 |
|
|
|
c65e56351b
|
Install trouble and todo-comments plugins
|
2021-11-28 13:33:10 +03:00 |
|
|
|
5328979361
|
Install indent-blankline plugin
|
2021-11-27 20:07:02 +03:00 |
|
|
|
2bc4562212
|
Use gopls provided by Go team at Google and not from LspInstaller
|
2021-11-26 18:45:15 +03:00 |
|
|
|
2842afd05f
|
Add lsp_signature setup
|
2021-11-26 18:39:26 +03:00 |
|
|
|
aff7afd0aa
|
Install nvim-toggle-terminal plugin
|
2021-11-26 13:16:13 +03:00 |
|
|
|
aecd158cd5
|
Install minimap.vim plugin
|
2021-11-26 12:34:48 +03:00 |
|
|
|
e0055ca8c8
|
Install friendly-snippets plugin
|
2021-11-26 12:21:26 +03:00 |
|
|
|
8145d4fb8b
|
Add autotag plugin for treesitter
|
2021-11-26 12:21:10 +03:00 |
|
|
|
6879bc6e35
|
Install a better emmet lsp
|
2021-11-26 12:20:46 +03:00 |
|
|
|
af2a1bb728
|
Add '.' as trigger character for nvim-cmp
|
2021-11-26 12:20:01 +03:00 |
|
|
|
ddd43994b0
|
Remove ale plugin and its settings
|
2021-11-26 10:16:35 +03:00 |
|
|
|
dd28c5debb
|
Install quick-scope plugin
|
2021-11-25 20:48:43 +03:00 |
|
|
|
2632da41c6
|
Remove cmdheight option so it would be 1
|
2021-11-25 20:47:30 +03:00 |
|
|
|
bf430c2ff6
|
Install neoformat and run it on config
|
2021-11-25 19:35:03 +03:00 |
|
|
|
be662a5d2e
|
Move gitsigns mappings to its setup from remaps.lua module
|
2021-11-25 18:26:07 +03:00 |
|
|
|
e53d05fab3
|
Set keymaps options to nil in gitsigns, so my own remaps will work
|
2021-11-25 15:32:57 +03:00 |
|
|
|
7c346e77ec
|
Add incremental_selection option to treesitter config
|
2021-11-25 15:02:20 +03:00 |
|
|
|
7f56de9c8e
|
Resize vim-fugitive buffer right after opening it
|
2021-11-25 14:55:56 +03:00 |
|
|
|
4f6e748e71
|
Add open_on_tab and auto_close options to nvim-tree config
|
2021-11-25 14:52:47 +03:00 |
|
|
|
7020fb23f5
|
Install gitsigns and vim-fugitive plugins
|
2021-11-25 14:51:54 +03:00 |
|
|
|
c64e9b1e53
|
Add new neovim config (last time, i promise)
|
2021-11-25 14:05:05 +03:00 |
|
|
|
bf9195389b
|
Nuked neovim config to start fresh
|
2021-11-23 19:41:00 +03:00 |
|
|
|
9e2c64e48e
|
Delete cterm options from set_highlight function
|
2021-11-23 12:49:25 +03:00 |
|
|
|
3794458ce2
|
Remove sorting option in nvim-cmp setup
|
2021-11-21 13:23:28 +03:00 |
|
|
|
05606ee54b
|
Install efm lsp and use lua-format on all files
|
2021-11-21 12:37:26 +03:00 |
|
|
|
15add41d5f
|
Revert "Add auto_close property to nvim-tree setup"
This reverts commit 469f412823.
|
2021-11-19 12:22:09 +03:00 |
|
|
|
524e4cdd8f
|
Remove diffview plugin
|
2021-11-19 11:59:36 +03:00 |
|
|
|
469f412823
|
Add auto_close property to nvim-tree setup
|
2021-11-19 11:44:32 +03:00 |
|
|
|
6d8fa2b0ee
|
Install focus plugin and use it instead of winshift
|
2021-11-19 11:40:39 +03:00 |
|
|
|
1ccc5a1d99
|
Rename colors.lua to theme.lua and set colorscheme there
|
2021-11-18 22:12:19 +03:00 |
|
|
|
7d95762250
|
Install plugins for zen mode and zz mapping for it
|
2021-11-18 21:55:48 +03:00 |
|
|
|
7f6ea8d788
|
Remove papercolor and tokyonight colorschemes
|
2021-11-18 21:42:50 +03:00 |
|
|
|
20a13d3771
|
Change mapping key for code action
|
2021-11-18 20:49:26 +03:00 |
|
|
|
775be5fb0e
|
Remove lua lsp setup
|
2021-11-18 20:05:30 +03:00 |
|
|
|
94d49e7c38
|
Disable rainbow brackets treesitter plugin for html files
|
2021-11-18 19:39:31 +03:00 |
|
|
|
c9b9a5e918
|
Install iswap plugin (it's a pure gold)
|
2021-11-17 19:43:40 +03:00 |
|
|
|
1454d58f86
|
Add workspace.library option for sumneko_lua lsp server
|
2021-11-16 22:42:37 +03:00 |
|
|
|
0815116364
|
Install treesitter playground
|
2021-11-16 22:38:56 +03:00 |
|
|
|
d236deaa63
|
Move code other than requiring modules out of init.lua
|
2021-11-16 21:51:34 +03:00 |
|
|
|
7a049c7238
|
Add documentation for completion items
|
2021-11-16 16:22:00 +03:00 |
|
|
|
92124c0ac3
|
Add vim as global in lua lsp
|
2021-11-16 16:21:31 +03:00 |
|
|
|
518e706c3f
|
Add custom icons for suggestions in cmp
|
2021-11-16 16:21:01 +03:00 |
|
|
|
af4459e8e1
|
Use <TAB> for confirming items from completion
|
2021-11-16 16:20:25 +03:00 |
|
|
|
463b47c393
|
Change color for diagnostics errors
|
2021-11-16 16:19:20 +03:00 |
|
|
|
83265e1260
|
Setup snippets for completion
|
2021-11-16 16:19:00 +03:00 |
|
|
|
124f7c69a1
|
Install diffview plugin
|
2021-11-15 19:01:07 +03:00 |
|
|
|
2e0a339231
|
Install winshift plugin and add remap for WinShift command
|
2021-11-15 18:53:14 +03:00 |
|