update configs

This commit is contained in:
LordMZTE 2021-08-31 12:11:58 +02:00
parent 4f43dca0d2
commit 653bc8c9f5
3 changed files with 45 additions and 17 deletions

View file

@ -1,20 +1,52 @@
{
"diagnostic.virtualText": true,
"diagnostic.virtualTextCurrentLineOnly": false,
"languageserver": {
"haskell": {
"command": "haskell-language-server-wrapper",
"args": ["--lsp"],
"rootPatterns": ["*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml"],
"filetypes": ["haskell", "lhaskell"]
"args": [
"--lsp"
],
"rootPatterns": [
"*.cabal",
"stack.yaml",
"cabal.project",
"package.yaml",
"hie.yaml"
],
"filetypes": [
"haskell",
"lhaskell"
]
},
"ocaml-lsp": {
"command": "opam",
"args": ["config", "exec", "--", "ocamllsp"],
"filetypes": ["ocaml", "reason"]
"args": [
"config",
"exec",
"--",
"ocamllsp"
],
"filetypes": [
"ocaml",
"reason"
]
},
"mun": {
"command": "mun",
"rootPatterns": [
"mun.toml"
],
"trace.server": "verbose",
"args": [
"language-server"
],
"filetypes": [
"mun"
]
}
},
"java.home": "/usr/lib/jvm/java-11-graalvm",
"java.format.enabled": true,
"java.format.onType.enabled": true,
"java.format.settings.url": "/home/lordmzte/.config/coc/extensions/node_modules/redhat.java/https:/raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml"
}

View file

@ -55,5 +55,9 @@ return require("packer").startup(function(use)
use "kyazdani42/nvim-web-devicons"
use "kyazdani42/nvim-tree.lua"
use { 'TimUntersberger/neogit', requires = 'nvim-lua/plenary.nvim' }
use {
"TimUntersberger/neogit",
requires = "nvim-lua/plenary.nvim"
}
use "ron-rs/ron.vim"
end)

View file

@ -3,16 +3,8 @@ set -g mouse on
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"
set -g @dracula-show-weather false
set -g @dracula-show-powerline true
set -g @dracula-show-flags true
set -g @dracula-show-left-icon session
set -g @dracula-show-time false
set -g @dracula-cpu-usage true
set -g @dracula-ram-usage true
set -g @dracula-gpu-usage true
set -g @dracula-show-timezone false
set -g @dracula-show-location false
set -g @dracula-plugins "battery cpu-usage ram-usage time"
set-option -g default-shell /bin/fish
set -ga terminal-overrides ',xterm-256color:Tc'