Closed thatanjan closed 1 year ago
Getting an error here as well: attempt to call a nil value, ../lspsaga/command.lua in function 'load_command'
not same some command are renamed . check https://dev.neovim.pro @2Senn
@thatanjan looks like caused by nvim-ts-rainbow
?
Oh yup that is what it is.
Thanks!
it write in doc just Lspsaga finder
for my test i use this https://github.com/HiPhish/nvim-ts-rainbow2 not sure you are also use this. and test with min config it works well
Describe the bug
I have a keymap.
I get error in both js,ts, tsx.
If i remove lspsaga and use vim's built in function then I dont' get error.
Steps to reproduce
// Create an instance of Express app const app = express()
// Define a route app.get('/', (req, res) => { res.send('Hello') })