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