init
This commit is contained in:
commit
1e2ca5a6fc
71 changed files with 3330 additions and 0 deletions
11
config/plugins/fcitx-vim.nix
Normal file
11
config/plugins/fcitx-vim.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# https://github.com/h-hg/fcitx.nvim
|
||||
extraPlugins = with pkgs.vimPlugins; [ fcitx-vim ];
|
||||
|
||||
extraConfigLua = ''
|
||||
-- let g:fcitx5_rime = 1
|
||||
vim.g.fcitx5_rime = 1;
|
||||
vim.g.fcitx5_remote = "${pkgs.fcitx5}/bin/fcitx5-remote";
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue