Commit Graph
256 Commits
Author SHA1 Message Date
BabeuhandGitHub e643bcd5d0 fix: nvim-cmp: missing "helpers." in "helpers.mkRaw" (#229) 2023-03-08 09:21:49 +01:00
Gaétan LepageandGitHub 0989017145 plugins/markdown-preview: fixed regressions introduced in #213 (#214) 2023-03-07 18:43:40 +00:00
BabeuhandGitHub 9064aead30 fix: typo in barbar (#228) 2023-03-07 16:50:20 +01:00
Gaétan LepageandGitHub 6e027c40f2 plugins/vimtex: fix error when user does not set any extraConfig option (#216) 2023-03-02 13:01:31 +00:00
Gaétan LepageandGitHub e439cb79df plugins/{telescope,bufferline}: make use of helpers.extraOptionsOptions (#212) 2023-03-01 22:57:19 +01:00
Gaétan LepageandGitHub 73bdf8a96f plugins/nvim-autopairs: refactor + update options (#211) 2023-03-01 22:56:32 +01:00
Shayan RashidandGitHub 497adab94b plugins/bufferline: fix typo in 'error_diagnostic' (#218) 2023-03-01 21:30:05 +01:00
Gaétan LepageandGitHub 23bb06c5eb plugins/vimtex: fix VimtexInverseSearch (#217) 2023-03-01 16:21:07 +01:00
Gaétan LepageandGitHub 0620ffc889 plugins/nvim-lsp/pylsp: add support for third-party plugin pylsp-mypy (#207) 2023-02-28 15:36:08 +01:00
Gaétan LepageandGitHub e08f03ec12 plugins/utils/nvim-bqf: add plugin nvim-bqf (#208) 2023-02-28 14:27:20 +00:00
Gaétan LepageandGitHub 101b721f6f plugins/nvim-lsp: add a fallback for the lua LS package (#210) 2023-02-28 14:07:24 +00:00
Gaétan LepageandGitHub 7f23304c3d plugins/lualine: add nvim-web-devicons to extraPlugins (#197) 2023-02-27 23:51:50 +01:00
Gaétan LepageandGitHub 55b302c268 plugins/nvim-lsp: Add a user option to set the cmd of each language server (#206) 2023-02-27 11:45:49 +01:00
Gaétan LepageandGitHub b9f32b3443 plugins/utils/harpoon: add support for keymaps (#196) 2023-02-26 19:50:51 +01:00
Gaétan LepageandGitHub 714a094ff5 plugins/floaterm: refactor + keymap options (#189) 2023-02-26 19:42:32 +01:00
s1341andGitHub c9cbf5172a plugins: floaterm, fix options (#204) 2023-02-26 13:42:44 +01:00
Gaétan LepageandGitHub 7f0a4a3432 plugins/neorg: fix logger.modes option (#203) 2023-02-26 13:39:40 +01:00
Gaétan LepageandGitHub 705356d478 plugins/neorg: fix typos (#202)
* plugins/neorg: fix null handling

* plugins/neorg: fix typo in lua code
2023-02-25 19:07:59 +01:00
Gaétan LepageandGitHub 1abdc90411 plugins/{nvim-tree,neorg}: fix typo (#201) 2023-02-25 18:31:15 +01:00
Gaétan LepageandGitHub fa55352234 plugins/languages/neorg: add package neorg (#193) 2023-02-25 18:25:28 +01:00
Gaétan LepageandGitHub 8b9a3689a9 plugins/statuslines/lualine: fix type of color option (#200) 2023-02-25 18:08:55 +01:00
Gaétan LepageandGitHub a87135755c plugins/nvim-lsp/pylsp: fix bug in settings generation (#195) 2023-02-25 17:56:22 +01:00
Gaétan LepageandGitHub b7e810638a plugins/nvim-lsp/language-servers: re-order LS list by alphabetical order (#194) 2023-02-25 16:32:55 +01:00
Gaétan LepageandGitHub 401f6fb572 plugins/statuslines/lualine: refactoring (#198) 2023-02-25 13:23:54 +00:00
Gaétan LepageandGitHub 29764b28af plugins/nvim-lsp/trouble: typo (#192) 2023-02-24 10:14:38 +01:00
Gaétan LepageandGitHub 1feb9376b7 plugins/nvim-lsp/trouble: refactoring + new options (#191) 2023-02-24 09:55:03 +01:00
Gaétan LepageandGitHub e50828507f plugins/nvim-lsp: add pylsp server settings (#185) 2023-02-23 17:51:55 +01:00
Gaétan LepageandGitHub f37abc3ce4 plugins/floaterm: refactor (#187) 2023-02-23 16:12:32 +00:00
Gaétan LepageandGitHub 6c8644cd39 plugins/ledger: correct enable option description (#186) 2023-02-23 16:10:02 +00:00
Gaétan LepageandGitHub 98ab10b8f2 plugins/nvim-lsp: added options for lua_ls (#181) 2023-02-23 10:14:42 +01:00
Gaétan LepageandGitHub f6c00a8ea5 plugins/telescope: add keymaps and keymapsSilent options (#179) 2023-02-23 10:14:10 +01:00
Gaétan LepageandGitHub 8f266e86ef plugins/nvim-lsp: made a new directory for language servers (#183) 2023-02-23 00:42:44 +01:00
Gaétan LepageandGitHub 9cf0880aa9 plugins/nvim-lsp: add an exraSettings option to each language server (#182) 2023-02-23 00:37:22 +01:00
Gaétan LepageandGitHub ff4292f2be plugins/completion/nvim-cmp: add extraOptions option for the cmp-tabnine plugin (#180) 2023-02-23 00:32:55 +01:00
Gaétan LepageandGitHub b1bd19b1b5 plugins/nvim-lsp: add the pylsp server (#177) 2023-02-21 10:01:34 +01:00
Gaétan LepageandGitHub 7ee4ec70a4 plugins/languages/treesitter: add pkgs.gcc in extraPackages (#176) 2023-02-21 04:13:38 +00:00
36f6fdefda plugins/utils/nvim-tree: huge option refactoring + implementation of auto-open deprecated functionality (#173)
Co-authored-by: Pedro Alves <pta2002@pta2002.com>
2023-02-20 16:34:42 +00:00
bb3721e92d nvim-lsp: added nvim-cmp completion capabilities (#158)
Co-authored-by: Pedro Alves <pta2002@pta2002.com>
2023-02-20 16:32:05 +00:00
Gaétan LepageandGitHub ef05078fac plugins/nvim-lsp: sumneko_lua was renamed to lua_ls (both nix package and nvim-lsp server name) (#169) 2023-02-20 10:54:26 +00:00
Pedro Alves 6392856852 coq: enable coq_settings.xdg by default 2023-02-20 10:50:57 +00:00
Alexander NortungandGitHub 908191a06b vuels: fix dependency 2023-02-20 10:46:56 +00:00
07e24f02a5 vim-matchup: init plugin (#162)
* vim-matchup: init plugin

* format

---------

Co-authored-by: Pedro Alves <pta2002@pta2002.com>
2023-02-20 10:45:17 +00:00
Gaétan LepageandGitHub 264de8cefb added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
Gaétan LepageandGitHub 0bf4313f22 plugins: barbar: add configuration options (#159) 2023-02-18 12:39:22 +00:00
Gaétan LepageandGitHub 4c843574f7 plugins: solve previously merged conflict (#168) 2023-02-18 09:59:45 +00:00
LightQuantumandGitHub 7ccb2b0608 utils: fix #129
* wrappers: fix missing variable

* bufferline: fix type error if indicator is null
2023-02-14 19:51:56 +00:00
b6e01b9100 plugins: Add tagbar (#156)
* plugins: Add tagbar

* tagbar: fix typo

---------

Co-authored-by: Pedro Alves <pta2002@pta2002.com>
2023-02-14 19:50:47 +00:00
Alexander NortungandGitHub e5ef91be0b bufferline: fixed default (#152)
* bufferline: fixed default

* bufferline: fixed default for highlights
2023-02-14 19:49:19 +00:00
Gaétan LepageandGitHub 9cca0b1fc9 vimtex: init plugin (#146) 2023-02-14 19:48:13 +00:00
13943b4ab2 harpoon: init plugin (#145)
* plugins: Add harpoon

* harpoon: use example

* merge main

---------

Co-authored-by: Pedro Alves <pta2002@pta2002.com>
2023-02-14 19:46:44 +00:00