Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
kotlin (#518)
|
|
(#517)
|
|
latest nvim-lspconfig has all the necessary config for tailwindcss included.
|
|
|
|
|
|
Co-authored-by: zhongzedu <[email protected]>
|
|
|
|
|
|
This makes the configuration files work if neovim's config path is different from `~/.config/nvim`.
|
|
|
|
* Add Elm support
See: https://github.com/kabouzeid/nvim-lspinstall/pull/51
* remove comment
|
|
|
|
- for virtual text prefix and spacing
- for signs
- for underline
|
|
|
|
|
|
Co-authored-by: ptethng <[email protected]>
|
|
* Add typescript formatting support
* make sure vue is in the list of filetypes
* Add typescriptreact formatting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix for the popup with max file preload size is to low, i dig into the code of sumneko and you need to add maxPreload = 10000 to workspace and the number is in kb
|
|
cool 👾
|
|
|
|
|
|
|
|
|
|
|
|
|