Add tools for kotlin devel

This commit is contained in:
Wiktor Zykubek 2020-03-14 12:34:27 +01:00
parent 16ba71d6bf
commit fd0eac4596
3 changed files with 6 additions and 2 deletions

View File

@ -65,7 +65,7 @@ call plug#begin('~/.config/nvim/bundle')
" Syntax " Syntax
Plug 'bfrg/vim-cpp-modern' Plug 'bfrg/vim-cpp-modern'
Plug 'jelera/vim-javascript-syntax' Plug 'jelera/vim-javascript-syntax'
Plug 'udalov/kotlin-vim'
call plug#end() call plug#end()
@ -209,6 +209,7 @@ let g:ale_linters = {
\ 'sh': ['language_server', 'shellcheck', 'shell'], \ 'sh': ['language_server', 'shellcheck', 'shell'],
\ 'zsh': ['language_server', 'shellcheck', 'shell'], \ 'zsh': ['language_server', 'shellcheck', 'shell'],
\ 'go': ['gofmt'], \ 'go': ['gofmt'],
\ 'kotlin': ['ktlint'],
\} \}
let g:ale_fixers = { let g:ale_fixers = {
\ '*': ['trim_whitespace', 'remove_trailing_lines'], \ '*': ['trim_whitespace', 'remove_trailing_lines'],

View File

@ -48,6 +48,9 @@ d/media/6CEC-36BB
d/media/6CEC-36BB/Music d/media/6CEC-36BB/Music
Quebonafide - JESIEŃ.opus Quebonafide - JESIEŃ.opus
49 49
d/media
..
0
d d
# Right window history (oldest to newest): # Right window history (oldest to newest):

2
dotman
View File

@ -28,7 +28,7 @@ install_packages() {
sudo reflector --latest 200 --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist sudo reflector --latest 200 --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist
yay -S --noconfirm --needed neovim qutebrowser telegram-desktop minecraft-launcher dunst bspwm sxhkd htop mpd ncmpcpp picom ranger rofi transmission-cli vlc zsh youtube-dl grc curl wget dmenu xclip figlet w3m xorg-server xorg-xinit ttf-font-awesome ttf-dejavu vifm feh xorg-xsetroot lxappearance python-pip alsa-utils tmux networkmanager maim fzf exfat-utils fuse2 udiskie udisks2 imagemagick i3lock-color man checkupdates+aur pacman-contrib polybar ccls clang eslint flake8 shellcheck clang-format-linter-git prettier python-black github-cli ncdu mpc neomutt bc cli-visualizer clipmenu yay -S --noconfirm --needed neovim qutebrowser telegram-desktop minecraft-launcher dunst bspwm sxhkd htop mpd ncmpcpp picom ranger rofi transmission-cli vlc zsh youtube-dl grc curl wget dmenu xclip figlet w3m xorg-server xorg-xinit ttf-font-awesome ttf-dejavu vifm feh xorg-xsetroot lxappearance python-pip alsa-utils tmux networkmanager maim fzf exfat-utils fuse2 udiskie udisks2 imagemagick i3lock-color man checkupdates+aur pacman-contrib polybar ccls clang eslint flake8 shellcheck clang-format-linter-git prettier python-black github-cli ncdu mpc neomutt bc cli-visualizer clipmenu gradle ktlint
pip3 install --user -U pynvim msgpack pip3 install --user -U pynvim msgpack
sudo pip install -U grip sudo pip install -U grip