Commit graph

236 commits

Author SHA1 Message Date
1151b87fad Fix variable scope in mason configuration 2022-09-03 16:19:47 +03:00
fe2ee02bad Split Mason config to own file 2022-09-03 15:51:09 +03:00
65f2fd46a2 Nvim: separate cmp and luasnip configs 2022-09-03 15:42:34 +03:00
884c678e43 Fix snippet navigation mappings (hopefully) 2022-09-03 15:07:54 +03:00
08c6d7694f Neovim: make cursor vertical in insert mode 2022-09-03 14:41:13 +03:00
1b394b23f7 Nvim: add bashls 2022-09-03 14:05:34 +03:00
ac0cdcf839 Neovim: add mappings for snippet navigation 2022-09-03 00:56:38 +03:00
09bdc5b94b Nvim: Added intentation settings 2022-09-03 00:56:37 +03:00
ebed5b1f99 Neovim: format plugins/init.lua 2022-09-03 00:56:37 +03:00
9ded153861 Neovim: remove unneeded comments from settings.lua 2022-09-03 00:56:36 +03:00
78c8196daa Nvim: Change colorscheme to kanagawa and some other minor tweaks 2022-09-03 00:56:34 +03:00
38c985ebfa Add patch for which-key and cmdheight=0 problem 2022-09-03 00:56:34 +03:00
2d5fb0d4dc Refactor settings.lua
- Remove all options that matched the defaults in NeoVim
- Remove clipboard=unnamedplus and learded to use registers :)
- set some modern NeoVim settings, f.ex laststatus=3 and cmdheight=0
2022-09-03 00:56:33 +03:00
dab1d82be2 Remove some redundant keymappings
F.ex <C-j> to original keymapping <C-w>j to switch to left window
2022-09-03 00:56:31 +03:00
6bf637f964 Nvim: Add GPG plugin 2022-08-29 09:55:51 +03:00
3e8a76600d Revert "Fix plugin load order with LSP plugins"
This reverts commit a21f410dcd.
2022-08-26 13:21:42 +03:00
20bc67ba4f Add taplo LSP 2022-08-26 13:10:03 +03:00
a21f410dcd Fix plugin load order with LSP plugins 2022-08-26 13:09:51 +03:00
797755d323 Nvim: improve packer setup 2022-08-25 10:42:06 +03:00
96d05236ed Add nvim dashboard 2022-08-24 12:09:50 +03:00
8d9d84eb7f Add nvimtree configuration 2022-08-24 12:07:21 +03:00
09e109164a Refine some more keybinds to new format and rework Telescope config 2022-08-24 00:38:10 +03:00
493660374d Nvim: convert keymaps to vim.keymap.set and/or which-key.register 2022-08-24 00:01:06 +03:00
322128cc83 Nvim: use space as leader 2022-08-23 22:18:57 +03:00
315f2a817f Ran luaformat on all neovim files, removed unneeded files 2022-08-23 22:12:01 +03:00
df03e639b7 Remove leftover file 2022-08-23 19:36:35 +03:00
9c69c01f36 Sensify neovim output on init 2022-08-23 19:35:56 +03:00
1f5ebafcb3 Use global for lspconfig servers 2022-08-23 19:22:35 +03:00
4ff89f6825 Remove leftover file 2022-08-23 19:21:38 +03:00
f4036b818d Fix scope issues in lspconfig 2022-08-23 19:14:09 +03:00
f4216ae0ba Refactor packer config to use packer config parameter instead of
separate requires
2022-08-23 17:56:24 +03:00
413a8fb1fb Add which-key.nvim 2022-08-23 12:17:21 +03:00
b945ce338e Enable nvim autopairs and some new completion sources 2022-08-23 11:45:28 +03:00
58b1563a8b Add markdown lsp server 2022-08-23 10:14:44 +03:00
d366574989 Fix jdtls setup 2022-08-23 09:41:00 +03:00
64d984edb8 Refine packer update commands 2022-08-23 09:28:07 +03:00
9e5df50795 Fix dotsync alias 2022-08-22 15:01:18 +03:00
1b277bf887 Refactor nvim packer configuration 2022-08-22 14:57:24 +03:00
3138316af8 Nvim: switch from nvim-lsp-installer to masonry.nvim 2022-08-22 14:34:30 +03:00
e89683ff77 Neovim: remove filetype.nvim 2022-08-14 20:38:38 +03:00
c578871998 Neovim: add signature help plugin + make use of quotes consistent 2022-08-14 20:36:32 +03:00
2a0b4dd306 Refine neovim updates 2022-08-05 09:37:38 +03:00
99adba52d3 Use filetype.nvim for now instead of filetype.lua for now since it
stopped working
2022-07-25 16:23:26 +03:00
0dd8c5c44d Neovim: Migrate catppuccin config according to instructions 2022-07-25 15:07:50 +03:00
2fa242c8b1 Nvim: Disable folding 2022-06-07 15:55:45 +03:00
df65e0b783 Nvim: simplify treesitter folding. Function name is displayed now 2022-05-06 13:32:32 +03:00
ff359ffee9 Nvim: add treesitter ensure_installed 2022-04-25 19:30:41 +03:00
bf0c005444 Nvim: add treesitter folding 2022-04-22 09:50:18 +03:00
756041b63f Nvim treesitter: remove ensure_installed 2022-04-17 23:26:36 +03:00
f629ee960f Nvim: Fix treesitter and bufferline 2022-04-17 23:24:11 +03:00