log dot_config/nvim/init.lua @ 448:d847c4df584b

age author description
Sat, 04 Sep 2021 11:40:32 +0200 zegervdv Remove custom icons from status line
Thu, 02 Sep 2021 12:07:11 +0200 Zeger Van de Vannet Configure autopairs for cmp
Wed, 01 Sep 2021 11:14:31 +0200 Zeger Van de Vannet Add mapping to open definition in split
Wed, 01 Sep 2021 11:13:53 +0200 Zeger Van de Vannet Disable autocomplete autoselection on CR
Tue, 31 Aug 2021 14:41:54 +0200 Zeger Van de Vannet Expand vsnip snippets in completion
Fri, 27 Aug 2021 17:58:01 +0200 zegervdv Fix mapping for forced completion
Fri, 27 Aug 2021 17:52:23 +0200 zegervdv Add capabilities from cmp_nvim_lsp
Fri, 27 Aug 2021 17:37:11 +0200 zegervdv Add vsnip and path cmp plugins
Fri, 27 Aug 2021 17:26:42 +0200 zegervdv Replace compe with cmp
Fri, 27 Aug 2021 16:53:22 +0200 zegervdv Exclude ' from autopairing in systemverilog
Sun, 15 Aug 2021 10:10:35 +0200 zegervdv Complete pairs inside python f-strings
Thu, 12 Aug 2021 14:40:23 +0200 Zeger Van de Vannet Load kommentary on visual selection mappings too
Thu, 12 Aug 2021 14:29:01 +0200 Zeger Van de Vannet Disable ` pairing for systemverilog
Fri, 06 Aug 2021 10:40:35 +0200 zegervdv Restore old behaviour of wildmenu
Wed, 04 Aug 2021 11:27:30 +0200 zegervdv Fix lazy loading issues with lua-dev
Sun, 01 Aug 2021 18:49:15 +0200 zegervdv Fix wildmode setting to only complete upto common match
Sun, 01 Aug 2021 18:47:24 +0200 zegervdv Lazy load some plugins
Wed, 28 Jul 2021 18:24:39 +0200 zegervdv Prefer single line comments
Wed, 28 Jul 2021 11:42:54 +0200 zegervdv Replace delimitMate with nvim-autopairs
Wed, 28 Jul 2021 11:40:52 +0200 zegervdv Add smarter python indentation
Sun, 25 Jul 2021 18:16:46 +0200 zegervdv Use lua to configure
Tue, 27 Jul 2021 18:31:48 +0200 zegervdv Use special char for indentline with no gaps
Thu, 22 Jul 2021 11:52:13 +0200 Zeger Van de Vannet Use lspconfig to configure null-ls
Tue, 20 Jul 2021 17:29:23 +0200 zegervdv Replace jinja plugin
Tue, 20 Jul 2021 14:27:20 +0200 zegervdv Disable compe's built-in lua completion
Sun, 18 Jul 2021 09:49:12 +0200 zegervdv Only show virtual_text diagnostics for Warnings or worse
Sun, 18 Jul 2021 09:31:34 +0200 zegervdv Remove lspsaga in favour of built-in hover windows
Sat, 17 Jul 2021 18:15:45 +0200 zegervdv Switch config files to init.lua
Thu, 17 Dec 2020 15:00:49 +0100 Zeger Van de Vannet Update LSP bindings to work with telescope
Thu, 17 Dec 2020 14:58:52 +0100 Zeger Van de Vannet Add telescope for LSP navigation
Thu, 26 Nov 2020 09:07:17 +0100 Zeger Van de Vannet Add a post-formatting handler to reload the buffer
Thu, 26 Nov 2020 09:06:51 +0100 Zeger Van de Vannet Provide LSP completion in a separate source
Wed, 25 Nov 2020 09:05:37 +0100 zegervdv Add mappings to trigger completion and switch sources
Wed, 25 Nov 2020 09:05:10 +0100 zegervdv Add efm-langserver for formatting and linting
Mon, 23 Nov 2020 16:20:21 +0100 zegervdv Add check to see if veridian is installed before loading it as lsp
Mon, 23 Nov 2020 16:19:37 +0100 zegervdv Add <c-p> as map to reformat using lsp
Mon, 23 Nov 2020 16:18:32 +0100 zegervdv Update to use lspconfig
Fri, 20 Nov 2020 18:01:10 +0100 zegervdv Add treesitter refactor and textobjects plugins
Fri, 13 Nov 2020 09:39:25 +0100 zegervdv Remove diagnostics plugin and upgrade config to built-in diagnostics
Fri, 06 Nov 2020 08:40:49 +0100 Zeger Van de Vannet Add veridian language server
Wed, 04 Nov 2020 17:42:44 +0100 zegervdv Reconfigure order of completion inputs
Tue, 08 Sep 2020 23:06:03 +0200 zegervdv lsp: attempt to make diagnostics pop up
Tue, 08 Sep 2020 10:26:52 +0200 zegervdv treesitter: highlight definitions/uses of the variable under the cursor
Tue, 01 Sep 2020 08:44:03 +0200 zegervdv Add treesitter based completion
Sun, 30 Aug 2020 09:49:33 +0200 zegervdv Switch to vim-one colorscheme
Tue, 25 Aug 2020 09:48:17 +0200 zegervdv Add buffer completion source
Tue, 25 Aug 2020 09:35:59 +0200 zegervdv Move lua config to lua.init