make lspsignature window float above the cursor to avoid cmp overlapping
special thanks to https://www.reddit.com/r/neovim/comments/vbsryc/comment/icehk2c/?utm_source=share&utm_medium=web2x&context=3
This commit is contained in:
@@ -18,7 +18,7 @@ autocmd("BufUnload", {
|
||||
})
|
||||
|
||||
-- Don't auto commenting new lines
|
||||
autocmd('BufEnter', {
|
||||
pattern = '*',
|
||||
command = 'set fo-=c fo-=r fo-=o'
|
||||
autocmd("BufEnter", {
|
||||
pattern = "*",
|
||||
command = "set fo-=c fo-=r fo-=o",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user