Compare commits

..

No commits in common. "05ad81c63116200bd1a9dea506bde96a4d3093fb" and "db164f04442e96a355ebdf672eff86122f707b17" have entirely different histories.

2 changed files with 2 additions and 10 deletions

View file

@ -1,8 +1,3 @@
;; set c style to linux and indention to 2
(setq c-default-style "linux"
c-basic-offset 2)
(use-package lsp-mode
:ensure t
:hook
(c-mode . lsp-deferred))

View file

@ -40,9 +40,7 @@
(add-hook 'prog-mode-hook #'flyspell-prog-mode)
(use-package lsp-mode
:ensure t
:config
(setq lsp-completion-default-behaviour ':insert))
:ensure t)
(use-package lsp-ui
:ensure t
@ -50,8 +48,7 @@
("C-c i" . lsp-ui-doc-show)
:config
(setq lsp-ui-doc-position 'at-point)
(setq lsp-ui-doc-show-with-mouse nil)
(setq lsp-ui-sideline-show-diagnostics nil))
(setq lsp-ui-doc-show-with-mouse nil))
(use-package yasnippet
:ensure t)