Commit Graph

137 Commits

Author SHA1 Message Date
3e93d2ed0d neovim: remove unused module 2023-10-09 11:53:06 +03:00
7f6c084a21 neovim: add module for enabling/disabling formatting 2023-09-01 09:54:33 +03:00
7221b8a04b neovim: rewrite config 2023-08-29 00:42:44 +03:00
705e9157d2 neovim: no need to reload nvimtree in gitsigns mappings anymore 2023-07-30 00:11:45 +03:00
53a870f7f5 neovim: remove unused tabs mappings 2023-07-30 00:09:16 +03:00
b8b22f5cbc neovim: use oneline comments only 2023-07-28 10:59:39 +03:00
d66f61fbae neovim: remove unused shit 2023-05-02 18:45:54 +03:00
dfe900468a neovim: remove unused imports in ts files on save 2023-02-19 16:23:34 +03:00
73d16ac94e neovim: remove material colorscheme 2022-11-13 15:46:15 +03:00
d13d84aba8 neovim: add remap to open error on stackoverflow 2022-10-14 21:23:28 +03:00
d007e659d2 neovim(utils): fix yank open_in_browser utils 2022-10-14 21:22:02 +03:00
2e0b3169bf neovim: delete poimandres colorscheme 2022-10-08 23:25:26 +03:00
e23c958dcb neovim: install poimandres colorscheme 2022-10-07 21:04:55 +03:00
f359ffe0ce neovim: lazy load some plugins 2022-09-23 21:04:14 +03:00
717e918b03 neovim: add remaps for quickfix and location lists 2022-08-22 20:26:21 +03:00
a86db7dcea neovim: add OpenUnsavedBuffers command 2022-06-21 23:40:32 +03:00
65f1e8773e neovim: rename user dir to daniil 2022-06-16 19:31:20 +03:00
cac1f49413 neovim: move most of files to after/plugin dir 2022-06-16 19:19:21 +03:00
f948c5ba54 use nvim api for highlights 2022-06-15 22:42:15 +03:00
be14833c3c add module session.lua 2022-06-14 23:59:27 +03:00
6bc102f601 enable spellcheck in git commits 2022-06-13 20:25:05 +03:00
45c62a0b97 ensure that gopls is installed 2022-06-13 12:56:35 +03:00
c36bdf93b1 run goimports on save in go files 2022-06-13 12:56:18 +03:00
ba59e0c294 add nvim_lsp to completion text 2022-06-12 23:42:30 +03:00
10fa205e34 add utils.lsp_format function with disabled tsserver 2022-06-08 10:28:10 +03:00
95791a1632 add ClearMessages command 2022-06-06 18:15:15 +03:00
843bfc7f56 dismiss notifications lsp hover remap 2022-06-01 18:51:21 +03:00
2ac55467e0 update nvim-tree config 2022-05-30 11:07:07 +03:00
d010b0743b add diff component to lualine 2022-05-25 11:34:06 +03:00
f86740fc88 remove comment 2022-05-22 21:18:16 +03:00
736d93883b set reload_on_bufenter option 2022-05-17 22:18:28 +03:00
30d64d123b format 2022-05-17 22:18:17 +03:00
06af100144 update completion for git
seems that it's not working but fuck it
2022-05-17 22:15:42 +03:00
34047383e4 add location to lualine 2022-05-14 16:30:04 +03:00
52a66688c0 add emmet_ls and eslint 2022-05-14 16:29:55 +03:00
0ec4c0318b change root_dir for tailwindcss lsp 2022-05-13 20:30:13 +03:00
50e09bcfa5 remove sidebar mapping 2022-05-13 20:23:09 +03:00
f2c58a411e remove nvim-sidebar 2022-05-13 20:18:14 +03:00
5595a291ef use lspconfig for setup lsps 2022-05-13 20:16:50 +03:00
dd0e3c60d0 remove unused mapping 2022-05-12 18:26:14 +03:00
07041b5819 use format() instead of formatting() 2022-05-12 18:24:59 +03:00
cd9b598100 update snippets 2022-05-05 23:42:55 +03:00
a7eae4c095 fix lsp formatting 2022-05-05 23:26:22 +03:00
d40d28c3b9 use server_capabilities instead of resolved_capabilities 2022-05-05 23:10:23 +03:00
f0bfdd4612 use vim.lsp.buf.format() for formatting 2022-05-05 22:11:18 +03:00
4e46c152ad remove 'smartindent' option 2022-04-27 12:16:42 +03:00
16b21c8229 use preserve_window_proportions instead of auto_resize 2022-04-27 10:43:04 +03:00
62083778f8 remove resize remaps 2022-04-23 11:58:25 +03:00
48fc3d2528 set 'smartindent' option 2022-04-22 23:32:01 +03:00
ebe4979b9e install sidebar-nvim plugin 2022-04-20 23:03:52 +03:00