Commit Graph

207 Commits

Author SHA1 Message Date
08cea9d553 enable vim spell checking for markdown 2022-02-22 15:42:13 +03:00
e71d03b9db add document_highlight autocmds only if lsp supports it 2022-02-22 13:25:20 +03:00
38aa85ae78 highlight same things on CursorHold 2022-02-17 22:38:04 +03:00
1d5562ec70 change os.execute() to io.popen() 2022-02-17 17:28:21 +03:00
1bb8d44efb add Comment pre_hook to calculate commentstring in jsx/tsx 2022-02-17 16:32:13 +03:00
06b7d36896 don't load telescope-fzf on windows 2022-02-17 10:29:07 +03:00
e3fc2e898d setup ls_emmet lsp server 2022-02-16 23:21:22 +03:00
bda38d50a9 add telescope-fzf-native 2022-02-16 22:32:23 +03:00
649f5b6b79 remove telescope-fzf-native 2022-02-16 11:11:59 +03:00
37912ea12e add l keymap for nvim-tree 2022-02-15 22:02:07 +03:00
3ea6985579 fix windows check 2022-02-15 21:57:14 +03:00
c7293762b0 add keymap to toggle comment in insert mode 2022-02-15 21:50:38 +03:00
f5468bc149 remove zen-mode keymap 2022-02-15 20:31:43 +03:00
2fc259d415 add telescope-fzf-native 2022-02-15 20:19:47 +03:00
37a14cf315 remove trouble and zen-mode 2022-02-15 20:19:14 +03:00
74392dff38 add tN keymap 2022-02-15 20:01:52 +03:00
156a9dcdf7 remove comments 2022-02-15 19:41:18 +03:00
97b6b4ff81 remove matchpairs option 2022-02-15 19:13:48 +03:00
58f493e964 change open_terminal function 2022-02-15 19:07:53 +03:00
8113a6c982 complete copy_diagnostic_message function 2022-02-15 19:05:51 +03:00
7f579442ce add vim global to sumneko_lua setup 2022-02-14 17:16:27 +03:00
5aa3427cc7 use different completion triggers on win and linux 2022-02-14 16:44:57 +03:00
a7f320b157 remove quickfix remaps and add more diagnostic ones 2022-02-14 15:12:47 +03:00
3eb215544b add remaps for local quickfix list 2022-02-13 23:10:49 +03:00
f07e007980 run stylua 2022-02-10 20:42:49 +03:00
b345eaf63c remove severity_limit lsp setting 2022-02-10 18:53:32 +03:00
7365310c62 enable treesitter-autotag 2022-02-10 10:40:24 +03:00
d5f9b5b3ab replace vim-commentary with Comment.nvim 2022-02-09 13:40:49 +03:00
9f48de962c set open_on_tab to false in nvim-tree 2022-02-09 13:06:15 +03:00
6119f88e47 add friendly-snippets plugin 2022-02-09 13:06:00 +03:00
a39b184ebd install markdown-preview.nvim plugin 2022-02-08 20:23:28 +03:00
7bfd7619d1 disable diagnostics update in insert mode 2022-02-08 19:37:17 +03:00
c172e6aea4 remove time from status line 2022-02-08 19:37:06 +03:00
99d69c6448 add tabstop module for lualine 2022-02-05 11:43:16 +03:00
cc7eeb9212 enable snippet support for emmet and disable html formatting 2022-02-04 23:53:29 +03:00
04489cfbd0 create aus.lua file with autocommands 2022-02-04 23:10:08 +03:00
e72dde3ee6 add DeleteNonameBufs command 2022-02-04 22:52:19 +03:00
fc029c87cd move functions from cmds.lua to utils.lua 2022-02-04 22:43:21 +03:00
9e7eb74016 add Go-specific settings in after/ftplugin/go.lua file 2022-02-04 20:59:21 +03:00
b963d4b428 respect .gitignore in file tree 2022-02-04 18:35:01 +03:00
df31f8bfe0 show errors and warnings in virtual text 2022-02-04 18:34:35 +03:00
14820b1ef9 comment out shell option as it breaks prettierd formatting on windows 2022-02-04 10:40:00 +03:00
c77782b908 install nvim-colorizer plugin 2022-02-02 22:34:54 +03:00
1cb24b129e install lsp_signature plugin 2022-02-02 22:28:11 +03:00
de34634f0a add git keymaps to file tree 2022-02-02 21:54:53 +03:00
d9e217383e return cmds as a module 2022-02-02 21:31:31 +03:00
fa176e51af add keymaps for gitsigns in visual mode 2022-02-02 21:30:50 +03:00
271b5b2736 change shell option to powershell on windows 2022-02-02 21:04:08 +03:00
36e9857544 Comment stuff related to folds 2022-02-01 22:59:16 +03:00
3f09d5a234 Show only errors in virtual text diagnostics 2022-02-01 22:58:51 +03:00