|
|
481087f12d
|
add renderer options to nvim-tree.setup
|
2022-04-10 18:37:36 +03:00 |
|
|
|
57cf766980
|
install new colorschemes
|
2022-04-10 18:31:28 +03:00 |
|
|
|
e796a460d6
|
set auto_reload_on_write to true
|
2022-04-10 18:08:44 +03:00 |
|
|
|
dbac2c7d35
|
don't move terminal split to bottom
|
2022-04-10 00:08:48 +03:00 |
|
|
|
40407f4a2b
|
install zen-mode and twilight plugins
|
2022-04-10 00:04:24 +03:00 |
|
|
|
ed982b6d8a
|
set 'showmode' to false
|
2022-04-09 23:58:29 +03:00 |
|
|
|
5a89ccff44
|
disable builtin sumneko_lua formatting
|
2022-04-09 23:46:50 +03:00 |
|
|
|
5a2fe6b8ac
|
add BufEnter autocmd for fugitive and gitcommit
|
2022-04-09 22:35:42 +03:00 |
|
|
|
81bc1b9bdb
|
open horizontal terminal at the very bottom
|
2022-04-09 22:24:03 +03:00 |
|
|
|
a084f91e02
|
add tf mapping to find_tab
|
2022-04-08 23:00:43 +03:00 |
|
|
|
8f35f45d58
|
add <leader>rf mapping for formatting
|
2022-04-07 21:54:16 +03:00 |
|
|
|
c082dffbcc
|
add more json schemas
|
2022-04-07 21:37:35 +03:00 |
|
|
|
b9db6962d4
|
use nvim_add_user_command() to create commands
|
2022-04-05 16:37:01 +03:00 |
|
|
|
8b11bebc40
|
add quickfix to lualine extensions
|
2022-04-03 22:25:27 +03:00 |
|
|
|
a6ccc6d20d
|
add select_diagnostic util function
|
2022-04-03 19:10:22 +03:00 |
|
|
|
ef0b8379c1
|
add lualine extensions
|
2022-04-03 18:35:25 +03:00 |
|
|
|
f6fb47a326
|
show tabs and windows in lualine tabline
|
2022-04-01 22:01:00 +03:00 |
|
|
|
e2e97320a0
|
install lua-dev plugin
|
2022-04-01 21:12:51 +03:00 |
|
|
|
ec2cbc59b0
|
use BufEnter instead of WinEnter
|
2022-04-01 14:51:52 +03:00 |
|
|
|
4448a1ae8e
|
implement open_url_in_browser() for windows
|
2022-04-01 10:40:10 +03:00 |
|
|
|
ed6d81ef53
|
organize git functions in git.lua
|
2022-03-31 23:36:27 +03:00 |
|
|
|
c2e873b521
|
add <leader>go mapping
|
2022-03-31 23:24:38 +03:00 |
|
|
|
4b48d2af52
|
add a bunch of git utility functions
|
2022-03-31 23:24:25 +03:00 |
|
|
|
96d85add8f
|
update sumneko_lua settings
|
2022-03-31 22:22:07 +03:00 |
|
|
|
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 |
|