changes to emacs in nvim

This commit is contained in:
minhtrannhat 2021-09-28 11:47:54 -04:00
parent 070c4110d0
commit 3c401f7518
No known key found for this signature in database
GPG Key ID: 894C6A5801E01CA9
2 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,7 @@
json ; At least it ain't XML json ; At least it ain't XML
(java +lsp +meghanada) ; the poster child for carpal tunnel syndrome (java +lsp +meghanada) ; the poster child for carpal tunnel syndrome
javascript ; all(hope(abandon(ye(who(enter(here)))))) javascript ; all(hope(abandon(ye(who(enter(here))))))
;;julia ; a better, faster MATLAB (julia +lsp) ; a better, faster MATLAB
;;kotlin ; a better, slicker Java(Script) ;;kotlin ; a better, slicker Java(Script)
latex ; writing papers in Emacs has never been so fun latex ; writing papers in Emacs has never been so fun
;;lean ; for folks with too much to prove ;;lean ; for folks with too much to prove

View File

@ -12,6 +12,7 @@ lvim.builtin.terminal.active = true
lvim.builtin.autopairs.active = true lvim.builtin.autopairs.active = true
lvim.builtin.gitsigns.active = true lvim.builtin.gitsigns.active = true
lvim.builtin.dap.active = false lvim.builtin.dap.active = false
vim.opt.relativenumber = true
lvim.builtin.nvimtree.side = "left" lvim.builtin.nvimtree.side = "left"
lvim.builtin.nvimtree.show_icons.git = 1 lvim.builtin.nvimtree.show_icons.git = 1