Commit Graph

68 Commits

Author SHA1 Message Date
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
5568cb56a1 Install lightspeed and indent-blankline plugins 2021-11-15 18:00:28 +03:00
f8419ac36c Create utils.lua file and add ToggleBackground command 2021-11-15 09:24:12 +03:00
a3feac504b Add file_ignore_patterns option to Telescope config 2021-11-14 18:02:10 +03:00
db95250dec Install papercolor colorscheme 2021-11-14 17:30:00 +03:00
79a44f9a5d Add mapping to open Telescope 2021-11-14 17:29:40 +03:00
35c3441584 Install tokyonight colorscheme 2021-11-14 17:22:23 +03:00
ead415def7 Install telescope-symbols plugin to use Telescope symbols picker 2021-11-14 17:18:39 +03:00
7a60699f1a Install nvim-colorizer plugin 2021-11-14 17:08:22 +03:00
493975b9f7 Add autocmd for highlighting on yanking 2021-11-14 14:04:59 +03:00
7f5a8a17a9 Add path to cmp sources 2021-11-14 13:37:53 +03:00
08c6411d22 Add packer_compiled.lua to .gitignore 2021-11-14 13:32:07 +03:00
572522e1dd Change neovim auto-pairs plugin 2021-11-14 13:29:57 +03:00
8a436864b2 Remove unused null-ls plugin 2021-11-13 20:38:32 +03:00
5358788b6f Install markdown-preview plugin 2021-11-13 20:38:00 +03:00
183791ee92 Add mapping to reset git hunk under the cursor 2021-11-13 14:01:31 +03:00
ebcd510714 Change lsp mappings 2021-11-13 14:01:01 +03:00
57f34affa7 Install lsp_signature plugin 2021-11-13 13:36:34 +03:00
976f709263 Add remap to close buffer 2021-11-12 23:01:26 +03:00
236f27ff8b Add remaps for LSP 2021-11-12 22:59:47 +03:00
18595e58e0 Update cmp sources 2021-11-12 22:54:04 +03:00
bbcfb4b7dc Clear signcolumn background 2021-11-12 22:54:02 +03:00
ca53467321 Create new neovim config with lua 2021-11-12 22:32:28 +03:00
ea75e570fe Remove old neovim config 2021-11-12 19:24:39 +03:00
655d753cf7 Remove todo-comments plugin and use treesitter for that 2021-11-12 17:13:21 +03:00
b0608c6bde Remove plugins and setup treesitter 2021-11-12 16:27:15 +03:00
c96f81670a Remove ctrlp plugin and use Telescope instead 2021-11-12 14:40:40 +03:00
bdbb3fc7eb Remove rust plugin 2021-11-12 14:36:18 +03:00
7d6ccad31e Remove Ctrl+A remap 2021-11-12 14:34:59 +03:00
db12f07ec0 Disable jedi for python, so coc can use MPLS 2021-11-10 15:00:59 +03:00
a8836cefee Remove old comment 2021-11-06 14:05:43 +03:00