Compare commits
No commits in common. "b2df93a1f6234d024122ce86193cddbd37f09317" and "847ca0e7ac621ddf2a4c2bfe3ee979198d06dadf" have entirely different histories.
b2df93a1f6
...
847ca0e7ac
@ -65,7 +65,7 @@
|
||||
|
||||
; neovide
|
||||
; (set nvim.g.neovide_fullscreen true)
|
||||
(set nvim.g.neovide_cursor_vfx_mode "railgun")
|
||||
(set nvim.g.neovide_cursor_vfx_mode "pixiedust")
|
||||
(set nvim.o.guifont "FiraCode Nerd Font Mono:h16")
|
||||
|
||||
(require "plugins")
|
||||
|
@ -15,9 +15,6 @@
|
||||
|
||||
(lspconfig.rust_analyzer.setup {})
|
||||
(lspconfig.gopls.setup {})
|
||||
(lspconfig.hls.setup {
|
||||
:cmd ["haskell-language-server-wrapper" "--lsp" "--logfile" "/home/r00t/.cache/nvim/hls.log" "--debug"]
|
||||
})
|
||||
|
||||
; treesitter
|
||||
(set treesitter_install.compilers ["clang"])
|
||||
|
@ -24,7 +24,6 @@
|
||||
(use :ur4ltz/surround.nvim)
|
||||
(use :b3nj5m1n/kommentary)
|
||||
(use :nelstrom/vim-visual-star-search)
|
||||
(use :timakro/vim-yadi)
|
||||
|
||||
(use {1 :nvim-treesitter/nvim-treesitter :run ":TSUpdate"})
|
||||
(use :nvim-treesitter/nvim-treesitter-textobjects)
|
||||
|
@ -2,8 +2,6 @@
|
||||
{require {nvim aniseed.nvim
|
||||
nu aniseed.nvim.util}})
|
||||
|
||||
(nvim.ex.autocmd "BufRead * DetectIndent")
|
||||
|
||||
;; theme
|
||||
; (global github-theme (require :github-theme))
|
||||
; (github-theme.setup {:theme_style :dark})
|
||||
@ -51,7 +49,7 @@
|
||||
:icon ""}}
|
||||
:lualine_c {1 {1 :filename
|
||||
:file_status true}}
|
||||
:lualine_x ["%{&expandtab?shiftwidth().\"sp\":\"tabs\"}" "encoding" "fileformat" "filetype"]
|
||||
:lualine_x ["encoding" "fileformat" "filetype"]
|
||||
:lualine_y ["progress"]
|
||||
:lualine_z ["location"]}
|
||||
:inactive_sections {:lualine_a {}
|
||||
|
Loading…
Reference in New Issue
Block a user