Commit graph

56 commits

Author SHA1 Message Date
1ef12a1e5f
feat(nvim): add vimwiki plugin 2024-02-19 17:52:09 +01:00
9b7da8ef75
fix(nvim): update config for gopls 2024-02-19 17:52:08 +01:00
b8eb57b652
feat(nvim): add support for templ 2024-02-19 17:52:08 +01:00
f38b893ca9
feat(nvim): add lsp for gleam, v and tailwind 2024-02-19 17:52:08 +01:00
985f8f10f3
fix(nvim): update command for code actions 2024-02-19 17:52:08 +01:00
a8c1e82095
feat(nvim): update color theme with semantic highlighting for go 2024-02-19 17:47:25 +01:00
15b579e873
feat(nvim): add indentation settings for lua 2023-10-10 16:48:00 +02:00
e0e619fa9c
feat(nvim): add scrolloffset 2023-10-10 16:47:36 +02:00
81d25ef4b4
feat(nvim): add codeium plugin 2023-10-10 16:47:20 +02:00
a5b47c9cb7
fix(nvim): update plugin config to newer versions 2023-10-10 16:46:31 +02:00
3850e19416
feat(nvim): add java LSP 2023-06-04 01:56:55 +02:00
3089967448
fix(nvim): update config of language servers 2023-06-04 01:56:55 +02:00
9cd7091efc
feat(nvim): add a plugin for dotenv support 2023-04-26 19:16:07 +02:00
9b1f7ce69b
fix(nvim): change callback to format go code 2023-04-14 22:49:28 +02:00
33f67b7499
fix(nvim): update a deprecated call 2023-03-09 22:29:01 +01:00
b97881a4cf
fix(nvim.plugins.nvimtree): remove unknown config option 2022-10-10 23:34:15 +02:00
25c30a7159
fix(nvim.plugins.goc): remove deprecated nvim api 2022-10-10 23:33:43 +02:00
9ce0455a48
fix(nvim): remove plugins deprecated options 2022-08-31 09:51:21 +02:00
d1248694db nvim: add a snippet for convey functions 2022-08-13 00:00:27 +02:00
7c897dbfc2 feat(nvim): add folds based on indent 2022-06-23 10:48:09 +02:00
03225e62ab feat(nvim.lang): add tab setup for handlebars templates 2022-06-15 11:26:19 +02:00
b9fea8e9c2 fix(nvim.plugins.treesitter): fix conf for newer versions 2022-06-15 11:25:48 +02:00
aee5c0955c fix(nvim.plugin.goc): fix coverage highlights 2022-06-15 11:25:14 +02:00
32b714f1c1 feat(nvim.plugins): add the emmet plugin 2022-06-15 11:24:36 +02:00
47ae298996 feat(nvim.plugins.neotree): upgrade neotree to 2.X and prioritize it over nvim-tree 2022-06-15 11:24:15 +02:00
ac9e793610 feat(nvim.plugins): add diffview plugin 2022-06-15 11:22:38 +02:00
fecdb91ea4 fix(nvim.plugin.cmp): reenable up and down to choose completion 2022-06-15 11:22:38 +02:00
c4c6e5ebe1 fix(nvim.lsp.html): enable html lsp for go html templates 2022-06-15 11:22:38 +02:00
bae5d77871 fix(nvim.lsp.gopls): remove unused function 2022-06-15 11:19:24 +02:00
ed6177deee feat(nvim): add VertSplit highlight to my color theme 2022-06-15 11:18:20 +02:00
1ecf0140df fix(nvim): change deprecated option of treesitter 2022-04-27 22:58:29 +02:00
4800f2310f fix(nvim): remove deprecated option in nvimtree config 2022-04-27 22:57:47 +02:00
a72152ad32 feat(nvim): set rounded borders all around 2022-04-27 22:57:00 +02:00
0907383db4 fix(nvim): update code formatting with gopls 2022-04-27 21:04:44 +02:00
a932b58c4f fix(nvim): re-enables indent-blankline plugin which was mistakenly removed 2022-04-08 22:37:47 +02:00
7fcecff689 feat(nvim) remove git status from sidebar 2022-04-02 22:39:46 +02:00
a5498ff3ab fix(nvim) remove unused solarized extension 2022-04-02 22:39:23 +02:00
36e21266db fix(nvim) make the Title highlight readable 2022-04-02 22:38:38 +02:00
b2f06e16b8 fix(nvim) change nvimtree git icons 2022-03-30 11:06:11 +02:00
178f667f85 fix(nvim) drop a removed option of NvimTree 2022-03-30 10:48:26 +02:00
fe99f1126a fix(nvim) improve the config of some language servers 2022-03-30 10:43:09 +02:00
4600e63f85 fix(nvim) remove debug print in the configuration 2022-03-30 10:42:27 +02:00
af2345b198 feat(nvim) improve the handling of the Go test runner 2022-03-30 10:41:13 +02:00
6d433ace54 fix(nvim) fix mapping to handle code coverage in go 2022-03-30 10:40:28 +02:00
207d5c5d2a fix(nvim) change the mapping to swap parameters 2022-03-30 10:39:48 +02:00
9af3456008 feat(nvim) add a mapping to exit terminal with Esc 2022-03-30 10:39:15 +02:00
67c4d1d4b4 feat(nvim) add an "iferr" snippet for go 2022-03-30 10:38:40 +02:00
bace8b1cc7 fix(nvim): move deprecated options in nvim-tree 2022-03-30 10:32:02 +02:00
ca6922ef81 [neovim] Add language servers for DockerFiles 2022-02-22 17:52:27 +01:00
9f17b691b1 [neovim] Move configuration to lua, replacing COC and ALE with LSP and Treesitter 2022-02-22 10:18:48 +01:00