nvim: Disable uninstalled python language servers
Had to manually disable python lsps that are not on my system since neovim otherwise complains about it whenever I enter a new python filetype file.
This commit is contained in:
parent
9a46a94827
commit
95e2fea951
2 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,8 @@
|
|||
# clip -- easy copying to clipboard manager with
|
||||
# wl-copy / xclip / xsel
|
||||
#
|
||||
# clips the first argument to the clipboard
|
||||
# or stdin if stdin is passed
|
||||
# will copy png/jpg as image files
|
||||
# clips arguments passed to the clipboard
|
||||
# or stdin if stdin is passed.
|
||||
#
|
||||
# idea ~~stolen~~ creatively borrowed from
|
||||
# https://github.com/kyazdani42/dotfiles/blob/master/bin/copy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue