Commit graph

15 commits

Author SHA1 Message Date
Gaétan Lepage
d0910a6ddb
modules: add autocmd (#120) 2023-01-16 23:40:29 +00:00
Gaétan Lepage
5c6ba55f8a
keymaps: switch to lua API vim.keymap.set (#115)
* modules/keymaps: switch to lua API vim.keymap.set

* add test for keymaps

Co-authored-by: Pedro Alves <pta2002@pta2002.com>
2023-01-12 19:13:47 +00:00
Pedro Alves
36bc31ed5c lsp: add haskell language server 2022-12-01 14:05:46 +00:00
*Kim Zick
f9cfb250e9
helpers: fix toLuaObject string escapes (#72) 2022-11-27 21:53:49 +00:00
Pedro Alves
4c36cdc2e7 null-ls: add beautysh and shellcheck 2022-11-15 11:36:42 +00:00
Pedro Alves
4f08c8a4bf trouble.nvim: init 2022-11-15 10:14:43 +00:00
Pedro Alves
bd5c46202e nixvim: support highlight groups 2022-11-11 02:15:23 +00:00
Pedro Alves
4cb8fc4feb lspkind: init plugin 2022-11-10 18:22:54 +00:00
Pedro Alves
1a89cd2107 (hopefully) fix #65 2022-11-08 11:19:38 +00:00
Pedro Alves
c7b561b40c lsp: fix elixir lsp 2022-10-22 15:45:03 +01:00
Luc Chabassier
f2a103da30
Allow using global config with hm and nixos (#48)
* remove useless nixvim file

* reorganize flake outputs

* use global config file with home-manager and nixos
2022-10-17 14:08:17 +01:00
Pedro Alves
b9f8bd3265 lsp-lines test 2022-10-10 15:22:00 +01:00
Pedro Alves
08f3a9d78a add nixos-22.05 test 2022-10-04 15:04:47 +01:00
Pedro Alves
6d265c5f15 fix options in standalone usage 2022-10-03 15:21:28 +01:00
Pedro Alves
4ddd3969e5
nixvim: support standalone nixvim
This represents a major rearchitecture for nixvim, so I'm leaving this up to track the progress for now, and to serve as a reference for any breaking changes during transition.

The main change is, of course, being able to use nixvim standalone. To do this, you should use the new build function, which takes in two arguments: the system architecture (e.g. x86_64-linux) and the configuration. For the new configuration, do not use the programs.nixvim. prefix.

For module development, the main change is that you should no longer prefix your modules with programs.nixvim..
2022-09-18 11:19:23 +01:00