Commit Graph

402 Commits

Author SHA1 Message Date
0dbb36ace6 remove lsp_references highlighting 2022-03-31 22:02:37 +03:00
2d526188df remove comment for folds options 2022-03-31 22:02:06 +03:00
92a5e5b16e Revert "set 'hidden' to false"
This reverts commit e83013ca7e.
2022-03-31 16:01:54 +03:00
620dde32e0 add <leader>b mapping to open telescope.buffers 2022-03-30 23:22:24 +03:00
de5c6d760d add mapping to delete buffer in telescope.buffers 2022-03-30 23:09:33 +03:00
22bf509127 move nvim-cmp setup to comp.lua 2022-03-30 22:58:22 +03:00
4891e91e85 run :checktime on WinEnter 2022-03-30 22:50:16 +03:00
e83013ca7e set 'hidden' to false 2022-03-29 17:49:54 +03:00
3c9d305dca explicitly set autoread to true 2022-03-29 17:49:39 +03:00
412ba9542d add mappings to scroll docs in cmp 2022-03-29 17:15:41 +03:00
1bde80a386 reload nvim-tree after gitsigns actions 2022-03-27 22:02:48 +03:00
8087639dcc update lsp references autocmds 2022-03-27 21:48:37 +03:00
31bcd56333 again, use vim.api autocmds 2022-03-27 19:36:19 +03:00
db3926c87f add clg snippet for svelte 2022-03-27 18:43:36 +03:00
211420b3fb use fresh vim.api autocmds 2022-03-27 17:40:54 +03:00
5b24edb775 remove quickfix list diagnostics autocmd 2022-03-27 17:36:22 +03:00
0054d34b67 remove list_includes_item util function 2022-03-27 17:30:31 +03:00
b9a2f87484 remove mapping for lsp_document_symbols 2022-03-27 15:12:18 +03:00
43ad653bb3 back to tokyonight 2022-03-27 15:06:53 +03:00
caa70512d1 reload explorer after git actions in nvim-tree 2022-03-27 14:50:08 +03:00
63959aec31 add list for treesitter parsers 2022-03-26 16:37:19 +03:00
b8121b240b increase colorcolumn option 2022-03-26 13:08:33 +03:00
3772a3cbe6 show icon for fugitive window 2022-03-23 12:57:16 +03:00
8f242e5bd0 remove unused util functions 2022-03-22 23:46:07 +03:00
30dd9a0392 use telescope for keymaps instead of builtin lsp 2022-03-22 23:00:49 +03:00
4cc3699d4b add mappings to move in insert mode 2022-03-22 20:42:56 +03:00
02fef9a472 remove language setting 2022-03-22 20:34:41 +03:00
4200187b9a use vim.keymap 2022-03-22 18:11:25 +03:00
aa120ea0f5 use vim.keymap.set for mappings 2022-03-22 18:03:53 +03:00
7fdeb424f0 remove keymaps for moving line in normal mode 2022-03-22 17:35:10 +03:00
bd3b2981ea remove split keymaps 2022-03-22 17:34:01 +03:00
6c9f42df2a use <C-q> to close focused buffer 2022-03-22 17:32:34 +03:00
beb4b7de62 change diagnostic float win scope to line 2022-03-22 17:28:26 +03:00
2dbdc8b2a5 add mappings to telescope setup 2022-03-22 17:05:40 +03:00
367a91d634 add more nvim options 2022-03-22 16:22:42 +03:00
dccd0c893c again, don't check for nvim-0.7 2022-03-22 16:11:35 +03:00
5dd42fd30e explicitly set english language 2022-03-22 12:20:25 +03:00
7f181c5f92 show only filename if icon == nil 2022-03-22 10:55:40 +03:00
d7f90f3382 remove check for nvim-0.7 2022-03-22 10:55:23 +03:00
50b4f671cb install editorconfig-vim 2022-03-22 10:50:57 +03:00
5f5a53805f show status line on NvimTree in nvim-0.7 2022-03-21 21:13:56 +03:00
c5bdaf0365 use plenary.job instead of io.popen 2022-03-21 18:28:12 +03:00
01605e5614 set resize_window to true for open_file action 2022-03-21 18:26:54 +03:00
357f1736bd move diagnostic colors to lsp.lua 2022-03-21 18:07:33 +03:00
c95deae24e change colors for diagnostics 2022-03-21 16:07:46 +03:00
3ff01b554b add lsp_organize_imports util function
thanks to this guy https://stackoverflow.com/a/67851340/13725946
2022-03-21 15:47:29 +03:00
84a4e9c1d4 use global statusline only on neovim 0.7 2022-03-21 10:40:40 +03:00
9ede0b9af3 add packer_compiled.lua to .gitignore 2022-03-21 10:35:30 +03:00
78fd00d39a set filetypes for jsonls 2022-03-20 20:26:01 +03:00
905f897179 set root_dir for tsserver 2022-03-20 20:25:52 +03:00