changes to emacs in nvim
This commit is contained in:
parent
070c4110d0
commit
3c401f7518
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user