This commit is contained in:
elkowar 2021-05-23 15:16:47 +02:00
parent 0d91c6af9a
commit a54384fa2b
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F
5 changed files with 12 additions and 2 deletions

View file

@ -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

View file

@ -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")

View file

@ -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 {})

View file

@ -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}}}))

View file

@ -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