Commit Graph

81 Commits

Author SHA1 Message Date
Vladan Popovic 3e6923583f remove lsp diagnostics also defined in keymappings.lua 2024-08-14 14:58:46 +02:00
Vladan Popovic 022660396e re-add clipboard, middle click and ctrl+c 2024-08-14 14:58:46 +02:00
Vladan Popovic 5c8e114e44 remove utils module 2024-08-14 14:58:46 +02:00
Vladan Popovic b3b051355a add neogit config and fix ebvious errors with keymaps 2024-07-22 09:09:41 +02:00
Vladan Popovic 9a29f15556 oil: don't show git ignored files and folders 2024-07-20 02:55:51 +02:00
Vladan Popovic 2efe116082 remove flutter plugins 2024-06-10 15:49:37 +02:00
Vladan Popovic e42d6245a5 fix typo (vim.keymap) 2024-06-10 15:49:21 +02:00
Vladan Popovic fd32c079c9 reformat cmp sources 2024-06-10 15:36:36 +02:00
Vladan Popovic 0e55059a63 replace utils.map with vim.keymap.set 2024-06-10 13:12:26 +02:00
Vladan Popovic fa255704a1 fix trailing whitespace highlight 2024-06-10 12:39:21 +02:00
Vladan Popovic 7ca16fc0bf lighter line numbers 2024-06-10 12:38:11 +02:00
Vladan Popovic 713c83768b show comments in vim's default color (blue) 2024-06-10 12:37:48 +02:00
Vladan Popovic f7e73a3eb3 fix comment for whitespace highlighting 2024-06-10 12:35:24 +02:00
Vladan Popovic d79cbd6989 Revert to vim's default term colorscheme 2024-06-10 12:34:45 +02:00
Vladan Popovic eaaf6db7ad decrease space between cmp symbols 2024-04-18 14:49:55 +02:00
Vladan Popovic 7a61c5ef16 make cmp popups with grey bckg and no borders 2024-04-18 14:47:34 +02:00
Vladan Popovic 64d04c8618 make folding and pmenu bckg grey 2024-04-18 14:46:39 +02:00
Vladan Popovic c2c40dbe03 fix whitespace in settings 2024-04-18 14:45:57 +02:00
Vladan Popovic 73d0d7c14d fix nospell binding 2024-04-18 01:35:30 +02:00
Vladan Popovic 727a6bcfbc add flutter plugin and config 2024-04-18 01:35:30 +02:00
Vladan Popovic a35b743b62 remove obsolete config and autoformat 2024-04-18 01:35:30 +02:00
Vladan Popovic 8a348282a4 remove obsolete config 2024-03-20 12:51:37 +01:00
Vladan Popovic 0fabc551bd fix lsp autoformatting on save
tested python and rust
2024-03-20 12:51:25 +01:00
Vladan Popovic b521d84e7f fix wording 2024-03-20 03:14:06 +01:00
Vladan Popovic ccbf466c55 replace nvim-code-action-menu with actions-preview 2024-03-20 03:12:22 +01:00
Vladan Popovic dd18c0a9bc replace nlua with neodev 2024-03-20 03:11:27 +01:00
Vladan Popovic df3dc407a7 remove neotree, oil has everything i need 2024-03-20 02:42:07 +01:00
Vladan Popovic 6d04ade3e5 remove experimental telescope layout 2024-03-20 02:19:53 +01:00
Vladan Popovic 351d1690aa remove luasnip config file, setup in plugins.init 2024-03-20 02:19:17 +01:00
Vladan Popovic 07d13e67ae use luasnip in cmp and telescope 2024-03-20 01:12:42 +01:00
Vladan Popovic 97128cf6e7 add terraform plugin and lsp config 2024-02-26 14:03:08 +01:00
Vladan Popovic e70253835c try different telescope layout 2024-02-25 22:45:46 +01:00
Vladan Popovic 1b268b2e77 remove treesitter and filetype plugins 2024-02-25 22:45:08 +01:00
Vladan Popovic 65a01e8caa remove document highlight from server capabilities 2024-02-25 22:44:02 +01:00
Vladan Popovic 027c0c81f3 remove omnifunc config, sort lsp servers by name 2024-02-25 22:42:32 +01:00
Vladan Popovic 3e2dd9c332 most usable config 2024-01-04 01:00:43 +01:00
Vladan Popovic d89d00af71 test gitsigns ... 2024-01-03 02:10:43 +01:00
Vladan Popovic 1ecaa1dcf8 remap code action menu to <leader>ca 2024-01-03 01:28:54 +01:00
Vladan Popovic 062d618a21 add neogit and venn diagram config 2024-01-03 01:24:21 +01:00
Vladan Popovic 8437ec67c1 a bit of a refactor, new telescope mappings 2024-01-03 00:15:20 +01:00
Vladan Popovic 4496f44c49 styles and treesitter config update 2024-01-02 01:43:10 +01:00
Vladan Popovic 253d536ba4 remap code actions to either <leader>c or <leader>a 2023-12-18 14:29:25 +01:00
Vladan Popovic 15bc48a6c5 explicitly configure ripgrep for telescope 2023-12-18 14:27:58 +01:00
Vladan Popovic ca0b58aeb4 switch from fugitive to neogit 2023-12-18 14:27:07 +01:00
Vladan Popovic e6e2555274 switch python lsp to ruff 2023-12-18 14:26:35 +01:00
Vladan Popovic 994e42f688 remap code actions to <leader>ca 2023-12-18 14:25:52 +01:00
Vladan Popovic 3ad2648482 add rnix, a nix lsp server 2023-09-26 20:36:56 +02:00
Vladan Popovic 2bc591369a re-enable smartindent and autoindent 2023-09-26 02:25:19 +02:00
Vladan Popovic 79b517a247 map code action popup to <leader>ca 2023-09-26 02:15:59 +02:00
Vladan Popovic 88e3cb4ead move packer_setup to plugins 2023-09-26 02:15:22 +02:00