mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
This commit is contained in:
parent
0d91c6af9a
commit
a54384fa2b
5 changed files with 12 additions and 2 deletions
|
@ -153,9 +153,12 @@ in
|
|||
|
||||
initExtra = ''
|
||||
eval $(opam env)
|
||||
eval $(luarocks path --lua-version=5.4)
|
||||
|
||||
export MANPAGER='nvim +Man! +"set nocul" +"set noshowcmd" +"set noruler" +"set noshowmode" +"set laststatus=2" +"set statusline=\ %t"'
|
||||
export MANPAGER='nvim +Man! +"set nocul" +"set noshowcmd" +"set noruler" +"set noshowmode" +"set laststatus=0"'
|
||||
|
||||
|
||||
setopt nobeep
|
||||
|
||||
setopt HIST_IGNORE_ALL_DUPS
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
"o" (cmd "Telescope live_grep" "Grep files")
|
||||
"p" (cmd "Telescope file_browser" "Open file-browser")
|
||||
":" (cmd "Telescope commands" "Search command with fzf")
|
||||
"s" (cmd "w" "Save file")
|
||||
|
||||
"m" {:name "+Code actions"
|
||||
"d" (cmd "Lspsaga hover_doc" "Show documentation")
|
||||
|
|
|
@ -150,6 +150,7 @@
|
|||
:qnighy/lalrpop.vim {}
|
||||
|
||||
:edwinb/idris2-vim {:ft ["idris2"]}
|
||||
;:ShinKage/nvim-idris2 {}
|
||||
:vmchale/ats-vim {:ft ["ats" "dats" "sats"]}
|
||||
|
||||
:bakpakin/fennel.vim {})
|
||||
|
|
|
@ -66,7 +66,12 @@
|
|||
(init-lsp :erlangls)
|
||||
(init-lsp :yamlls)
|
||||
(init-lsp :html)
|
||||
(init-lsp :cssls)
|
||||
(init-lsp :cssls {:filestypes ["css" "scss" "less" "stylus"]
|
||||
:settings {:css {:validate true}
|
||||
:less {:validate true}
|
||||
:scss {:validate true}}})
|
||||
|
||||
|
||||
|
||||
(let [rust-tools (require "rust-tools")]
|
||||
(rust-tools.setup {:tools {:inlay_hints {:show_parameter_hints false}}}))
|
||||
|
|
|
@ -261,7 +261,7 @@ myStartupHook :: X ()
|
|||
myStartupHook = do
|
||||
setWMName "LG3D" -- Java stuff hack
|
||||
--spawnOnce "nm-applet &"
|
||||
--spawnOnce "udiskie -s &" -- Mount USB sticks automatically. -s is smart systray mode: systray icon if something is mounted
|
||||
spawnOnce "udiskie -s &" -- Mount USB sticks automatically. -s is smart systray mode: systray icon if something is mounted
|
||||
spawnOnce "xfce4-clipman &"
|
||||
--spawnOnce "redshift -P -O 5000 &"
|
||||
spawn "xset r rate 300 50 &" -- make key repeat quicker
|
||||
|
|
Loading…
Reference in a new issue