1
0
Fork 0

Install languagetool

This commit is contained in:
Malte Brandy 2021-12-24 03:13:42 +01:00
parent cbf84d2e0e
commit ca2d54e535
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 4 additions and 0 deletions

View file

@ -57,6 +57,7 @@ in
# Theme
papercolor-theme vim-airline-themes
LanguageTool-nvim
# ===
# Languages
@ -87,6 +88,7 @@ in
};
xdg.configFile."nvim/coc-settings.json".text = builtins.toJSON cocSettings;
home = {
packages = [ pkgs.languagetool ];
sessionVariables = {
EDITOR = "nvim";
VISUAL = "nvim";

View file

@ -84,6 +84,8 @@ let g:formatters_dhall = ['my_dhall']
let g:autoformat_autoindent = 0
let g:autoformat_retab = 0
let g:languagetool_server_command = "languagetool-http-server"
colorscheme PaperColor
" if hidden is not set, TextEdit might fail.