mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-05 19:02:24 +00:00
asdf
This commit is contained in:
parent
b8af6c5cc3
commit
cf8f859174
4 changed files with 8 additions and 3 deletions
|
@ -31,7 +31,10 @@
|
|||
(if (~= remapped-space.old "")
|
||||
(utils.keymap :i :<Space> remapped-space.old {:buffer true}))
|
||||
(set remapped-space nil))))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
(nvim.command "autocmd! InsertLeave * :call v:lua.UnbindSpaceStuff()")
|
||||
(utils.keymap :n "<Tab>j" ":call v:lua.RebindShit('_')<CR>")
|
||||
|
|
|
@ -101,4 +101,4 @@
|
|||
(utils.highlight "LspSagaDiagnosticHeader" {:fg "#8ec07c"})
|
||||
(utils.highlight "TargetWord" {:fg "#8ec07c"})
|
||||
|
||||
(set nvim.o.signcolumn "yes")
|
||||
(set vim.o.signcolumn "yes")
|
||||
|
|
|
@ -88,5 +88,5 @@ utils.highlight("LspSagaCodeActionContent", {fg = "#8ec07c"})
|
|||
utils.highlight("LspSagaFinderSelection", {fg = "#8ec07c"})
|
||||
utils.highlight("LspSagaDiagnosticHeader", {fg = "#8ec07c"})
|
||||
utils.highlight("TargetWord", {fg = "#8ec07c"})
|
||||
nvim.o.signcolumn = "yes"
|
||||
vim.o.signcolumn = "yes"
|
||||
return nil
|
|
@ -32,6 +32,8 @@ require("packer").startup(function(use)
|
|||
|
||||
-- general purpose lua wrappers for nvim stuff
|
||||
use "norcalli/nvim.lua"
|
||||
|
||||
|
||||
use "akinsho/nvim-bufferline.lua"
|
||||
use "tweekmonster/startuptime.vim"
|
||||
use "tpope/vim-repeat"
|
||||
|
|
Loading…
Reference in a new issue