Neovim: LSP: Add bashls language server.

This commit is contained in:
the_4n0nym0u53 2021-11-24 22:29:09 +01:00
parent edcc6234d7
commit db9fe7c045
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
2 changed files with 5 additions and 11 deletions

View File

@ -18,4 +18,3 @@ chmod +x waybar/.config/waybar/mediaplayer.py
sleep 1
echo -e "Done!"

View File

@ -6,25 +6,20 @@
call plug#begin(stdpath('data') . '/plugged')
" OneDark color scheme
Plug 'ii14/onedark.nvim'
" lightline
Plug 'itchyny/lightline.vim'
" lightline-bufferline
Plug 'mengelbrecht/lightline-bufferline'
" nvim-web-devicons
Plug 'kyazdani42/nvim-web-devicons'
" vim-polyglot
Plug 'sheerun/vim-polyglot'
Plug 'neovim/nvim-lspconfig'
call plug#end()
""" BASICS
""" LSP SETTINGS
lua require'lspconfig'.bashls.setup{}
""" BASIC SETTINGS
set number
set noshowmode