Commit Graph

92 Commits

Author SHA1 Message Date
2fd2327949 Disable jsonls own formatting 2022-01-27 22:59:16 +03:00
760e92b1d5 Add mapping for visual mode selection 2022-01-25 22:42:06 +03:00
71da8fa274 Add remaps for code actions 2022-01-25 22:40:04 +03:00
6733f0f7a2 Remove tree_cb require 2022-01-23 13:51:20 +03:00
238ff216d2 Add tabs module 2022-01-22 14:28:12 +03:00
d0240a3b30 Remove diagnostics from lualine 2022-01-22 12:51:42 +03:00
88bf1ca106 Install zen-mode.nvim plugin 2022-01-22 12:15:08 +03:00
6821b6655a Always show tabline 2022-01-22 12:14:36 +03:00
01740d0d98 Remove tabnew mapping from nvim-tree setup 2022-01-22 12:14:14 +03:00
0857cb9bf7 Add mapping for previewing hunks in gitsigns setup 2022-01-22 12:13:29 +03:00
8b75b3b1ea Format neovim config with stylua using new stylua.toml config 2022-01-22 12:10:28 +03:00
398dec0d74 Add remaps for opening terminal 2022-01-16 11:12:26 +03:00
b2931e8835 Remove diagnostics from signcolumn 2022-01-16 10:26:56 +03:00
5f0a4326d0 Remove diff module and change order (x <-> y) 2022-01-15 22:54:51 +03:00
3c42f53b73 Remove hyphens from mode text in lualine 2022-01-15 22:52:19 +03:00
616a0b0b19 Always show signcolumn 2022-01-15 22:43:54 +03:00
5c8e199872 Add settings for folds in neovim 2022-01-15 22:18:47 +03:00
f6d155b93f Add new config for neovim 2022-01-15 20:26:28 +03:00
e529f6745a Remove old neovim config 2022-01-14 23:18:41 +03:00
fc0dee4673 Move lualine setup to statusline.lua 2022-01-11 22:50:35 +03:00
fc009bb7f0 Change filetypes for tsserver LSP 2021-12-28 23:04:00 +03:00
4fc000da8c Create separate theme.lua file 2021-12-26 23:12:31 +03:00
4405df3b2c Add Go formatters for formatter.nvim setup 2021-12-26 21:37:27 +03:00
a08ed1c36e Install formatter.nvim instead of neoformat 2021-12-26 21:03:54 +03:00
f88fc8f1b3 Update lsp settings for Go and fix ls_emmet config 2021-12-24 23:32:10 +03:00
3565ada10f Comment Enter mapping for completion, for now at least 2021-12-23 22:32:24 +03:00
56cf8a926b Use Neoformat for everything, it works 2021-12-23 22:31:56 +03:00
6deaa64e71 Update neovim config for better Go development 2021-12-11 23:22:51 +03:00
49ae1d67e2 Remove javascript and typescript from emmet lsp 2021-12-11 16:21:50 +03:00
1d4c723e30 Update nvim-cmp completion menu look 2021-12-01 10:47:00 +03:00
ea26f2c3a1 Change sorting comparators for nvim-cmp 2021-12-01 10:46:24 +03:00
4e96eb370f Add more characters to trigger_characters list in cmp setup 2021-11-30 19:14:35 +03:00
7980ba7004 Stupid mistake (forgot to add capabilities to opts table) 2021-11-30 19:14:01 +03:00
a4d2c16aee Revert "Install nvim-cmp source for spelling"
This reverts commit 6a8923ac07.
2021-11-30 14:04:56 +03:00
6a8923ac07 Install nvim-cmp source for spelling 2021-11-28 21:26:52 +03:00
7006fe32ff Add rename mapping on <F2> 2021-11-28 16:54:49 +03:00
2bc4562212 Use gopls provided by Go team at Google and not from LspInstaller 2021-11-26 18:45:15 +03:00
2842afd05f Add lsp_signature setup 2021-11-26 18:39:26 +03:00
aff7afd0aa Install nvim-toggle-terminal plugin 2021-11-26 13:16:13 +03:00
6879bc6e35 Install a better emmet lsp 2021-11-26 12:20:46 +03:00
af2a1bb728 Add '.' as trigger character for nvim-cmp 2021-11-26 12:20:01 +03:00
bf430c2ff6 Install neoformat and run it on config 2021-11-25 19:35:03 +03:00
be662a5d2e Move gitsigns mappings to its setup from remaps.lua module 2021-11-25 18:26:07 +03:00
7f56de9c8e Resize vim-fugitive buffer right after opening it 2021-11-25 14:55:56 +03:00
7020fb23f5 Install gitsigns and vim-fugitive plugins 2021-11-25 14:51:54 +03:00
c64e9b1e53 Add new neovim config (last time, i promise) 2021-11-25 14:05:05 +03:00
bf9195389b Nuked neovim config to start fresh 2021-11-23 19:41:00 +03:00
9e2c64e48e Delete cterm options from set_highlight function 2021-11-23 12:49:25 +03:00
3794458ce2 Remove sorting option in nvim-cmp setup 2021-11-21 13:23:28 +03:00
05606ee54b Install efm lsp and use lua-format on all files 2021-11-21 12:37:26 +03:00