;; -*- lexical-binding: t; -*-
(add-to-list 'default-frame-alist '(font . "Hack-12"))
(defvar ayrc/icons-enabled nil)
Attention! May cause flickering!
(add-to-list 'default-frame-alist '(inhibit-double-buffering . t))
(setq user-full-name "Armoken")
(setq user-mail-address "[email protected]")
Select “irony”, “ccls”, “gtags” for some editor part.
(defvar ayrc/cc-eldoc-plugin "ccls")
(defvar ayrc/cc-syntax-check-plugin "ccls")
(defvar ayrc/cc-autocompletion-plugin "ccls")
It can be dangerous, but I know what I do.
(setq enable-local-eval t)
Select “pylsp” or “pyright” server for editing Python code.
(defvar ayrc/python-lsp-server "pylsp")